{
  "updatedAt": "2025-03-15T17:03:18.000Z",
  "createdAt": "2025-03-15T03:55:55.084Z",
  "id": "7LdueJA5tpSGi7oT",
  "name": "Soniox speech to text",
  "description": null,
  "active": false,
  "isArchived": false,
  "nodes": [
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "b8848542-6cfc-4f98-9748-5e28ccd6ca25",
              "name": "API_BASE",
              "value": "https://api.soniox.com",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "Set Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        720,
        20
      ],
      "id": "84477ea0-e084-4924-bd93-dca2203e0142",
      "typeVersion": 3.4
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $node[\"Set Variables\"].json[\"API_BASE\"] }}/v1/files",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "parameterType": "formBinaryData",
              "name": "file",
              "inputDataFieldName": "file"
            }
          ]
        },
        "options": {}
      },
      "name": "Upload File",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        20
      ],
      "id": "89bfd12d-8ab6-4771-81a2-79cee213cabd",
      "typeVersion": 4.2,
      "credentials": {
        "httpHeaderAuth": {
          "id": "Hd5O5tgCNlNITnqD",
          "name": "Soniox"
        }
      }
    },
    {
      "parameters": {
        "functionCode": "// Check if there was an error in the response\nif (items[0].json.error_type) {\n  throw new Error(`API Error: ${items[0].json.message}`);\n}\n\n// Make sure we have a file ID\nconst fileId = items[0].json.id;\nif (!fileId) {\n  throw new Error('Failed to get file ID from upload response');\n}\n\nreturn items;"
      },
      "name": "Check Upload Response",
      "type": "n8n-nodes-base.function",
      "position": [
        1500,
        20
      ],
      "id": "905656f4-6160-4068-9071-f491ce542464",
      "typeVersion": 1
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $node[\"Set Variables\"].json[\"API_BASE\"] }}/v1/transcriptions",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "model",
              "value": "stt-async-preview"
            },
            {
              "name": "file_id",
              "value": "={{ $json.id }}"
            }
          ]
        },
        "options": {}
      },
      "name": "Start Transcription",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1700,
        20
      ],
      "id": "76486d05-0d26-4205-a84f-239affb6eb35",
      "typeVersion": 4.2,
      "credentials": {
        "httpHeaderAuth": {
          "id": "Hd5O5tgCNlNITnqD",
          "name": "Soniox"
        }
      }
    },
    {
      "parameters": {
        "functionCode": "// Check if there was an error in the response\nif (items[0].json.error_type) {\n  throw new Error(`API Error: ${items[0].json.message}`);\n}\n\n// Make sure we have a transcription ID\nconst transcriptionId = items[0].json.id;\nif (!transcriptionId) {\n  throw new Error('Failed to get transcription ID from response');\n}\n\n// Store the transcription ID for later use\nitems[0].json.transcription_id = transcriptionId;\n\nreturn items;"
      },
      "name": "Check Transcription Start",
      "type": "n8n-nodes-base.function",
      "position": [
        1900,
        20
      ],
      "id": "2525f33d-f1bd-4415-9e9e-098eb5dd0e8a",
      "typeVersion": 1
    },
    {
      "parameters": {},
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        2100,
        20
      ],
      "id": "53cf8f8f-8cb7-4faf-917a-ef4d1dd4273b",
      "typeVersion": 1.1,
      "webhookId": "bb3bc98d-5ccc-4abc-83c4-c2f84d7eb87d"
    },
    {
      "parameters": {
        "url": "={{ $node[\"Set Variables\"].json[\"API_BASE\"] }}/v1/transcriptions/{{ $node[\"Start Transcription\"].json[\"id\"] }}",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "options": {}
      },
      "name": "Check Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2300,
        20
      ],
      "id": "9e8748e1-c568-4117-8730-e46cc13054cd",
      "typeVersion": 4.2,
      "credentials": {
        "httpHeaderAuth": {
          "id": "Hd5O5tgCNlNITnqD",
          "name": "Soniox"
        }
      }
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $node[\"Check Status\"].json[\"status\"] }}",
              "operation": "equal",
              "value2": "completed"
            }
          ]
        },
        "options": {}
      },
      "name": "Is Completed?",
      "type": "n8n-nodes-base.if",
      "position": [
        2500,
        20
      ],
      "id": "6562d160-d807-471d-9d47-9d9e1544d972",
      "typeVersion": 2.2
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $node[\"Check Status\"].json[\"status\"] }}",
              "operation": "equal",
              "value2": "error"
            }
          ]
        },
        "options": {}
      },
      "name": "Is Error?",
      "type": "n8n-nodes-base.if",
      "position": [
        2300,
        300
      ],
      "id": "11984119-23c7-45e1-a49b-2d5ea3909b25",
      "typeVersion": 2.2
    },
    {
      "parameters": {
        "functionCode": "throw new Error(`Transcription error: ${items[0].json.error_message}`);"
      },
      "name": "Handle Error",
      "type": "n8n-nodes-base.function",
      "position": [
        2720,
        300
      ],
      "id": "f18929bb-9d3d-482c-96a1-eb2f88f54814",
      "typeVersion": 1
    },
    {
      "parameters": {
        "url": "={{ $node[\"Set Variables\"].json[\"API_BASE\"] }}/v1/transcriptions/{{ $node[\"Start Transcription\"].json[\"id\"] }}/transcript",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "options": {}
      },
      "name": "Get Transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2700,
        20
      ],
      "id": "def97acd-53bb-4b2a-8412-5b17653c624a",
      "typeVersion": 4.2,
      "credentials": {
        "httpHeaderAuth": {
          "id": "Hd5O5tgCNlNITnqD",
          "name": "Soniox"
        }
      }
    },
    {
      "parameters": {
        "functionCode": "// Check if there was an error in the response\nif (items[0].json.error_type) {\n  throw new Error(`API Error: ${items[0].json.message}`);\n}\n\n// Make sure we have a transcript text\nconst transcriptText = items[0].json.text;\nif (!transcriptText) {\n  throw new Error('No transcript text received');\n}\n\n// Format final output\nitems[0].json = {\n  success: true,\n  transcript: transcriptText\n};\n\nreturn items;"
      },
      "name": "Process Transcript",
      "type": "n8n-nodes-base.function",
      "position": [
        2900,
        20
      ],
      "id": "57b1de54-3c7b-4331-a433-6493f7b1610c",
      "typeVersion": 1
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        520,
        0
      ],
      "id": "3122e1cd-b77b-4a41-968f-18e4a8a3cb2c",
      "name": "When clicking ‘Test workflow’"
    },
    {
      "parameters": {
        "mode": "combine",
        "combineBy": "combineByPosition",
        "options": {}
      },
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3,
      "position": [
        1100,
        20
      ],
      "id": "33b1bdf5-d3d9-439d-abb9-1ea23a23a9e9",
      "name": "Merge"
    },
    {
      "parameters": {
        "url": "https://test.dangngocbinh.com/wp-content/uploads/2025/03/Bai-25-Tai-Sao-Ta-Phai-Niem-Phat.mp3",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file",
              "outputPropertyName": "file"
            }
          }
        }
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        980,
        260
      ],
      "id": "8af3acdc-32fb-4007-a2e0-8342169899bd",
      "name": "download audio"
    }
  ],
  "connections": {
    "Set Variables": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          },
          {
            "node": "download audio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload File": {
      "main": [
        [
          {
            "node": "Check Upload Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Upload Response": {
      "main": [
        [
          {
            "node": "Start Transcription",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start Transcription": {
      "main": [
        [
          {
            "node": "Check Transcription Start",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Transcription Start": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Check Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Status": {
      "main": [
        [
          {
            "node": "Is Completed?",
            "type": "main",
            "index": 0
          },
          {
            "node": "Is Error?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Completed?": {
      "main": [
        [
          {
            "node": "Get Transcript",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Transcript": {
      "main": [
        [
          {
            "node": "Process Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Error?": {
      "main": [
        [
          {
            "node": "Handle Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Set Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Upload File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "download audio": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "meta": null,
  "pinData": {
    "Upload File": [
      {
        "json": {
          "id": "464212aa-96da-4595-927b-89c7bd02cf45",
          "filename": "Bai-25-Tai-Sao-Ta-Phai-Niem-Phat.mp3",
          "size": 1664428,
          "created_at": "2025-03-15T04:03:07.524Z",
          "client_reference_id": null
        }
      }
    ],
    "Start Transcription": [
      {
        "json": {
          "id": "ac6240e2-2f59-4e6b-9777-a41861dd12ca",
          "status": "queued",
          "created_at": "2025-03-15T04:04:55.379Z",
          "model": "stt-async-preview",
          "audio_url": null,
          "file_id": "464212aa-96da-4595-927b-89c7bd02cf45",
          "filename": "Bai-25-Tai-Sao-Ta-Phai-Niem-Phat.mp3",
          "language_hints": null,
          "enable_speaker_tags": false,
          "context": null,
          "audio_duration_ms": null,
          "error_message": null,
          "webhook_url": null,
          "webhook_auth_header_name": null,
          "webhook_auth_header_value": null,
          "webhook_status_code": null,
          "client_reference_id": null
        }
      }
    ],
    "Check Status": [
      {
        "json": {
          "id": "ac6240e2-2f59-4e6b-9777-a41861dd12ca",
          "status": "completed",
          "created_at": "2025-03-15T04:04:55.379Z",
          "model": "stt-async-preview",
          "audio_url": null,
          "file_id": "464212aa-96da-4595-927b-89c7bd02cf45",
          "filename": "Bai-25-Tai-Sao-Ta-Phai-Niem-Phat.mp3",
          "language_hints": null,
          "enable_speaker_tags": false,
          "context": null,
          "audio_duration_ms": 415988,
          "error_message": null,
          "webhook_url": null,
          "webhook_auth_header_name": null,
          "webhook_auth_header_value": null,
          "webhook_status_code": null,
          "client_reference_id": null
        }
      }
    ],
    "Get Transcript": [
      {
        "json": {
          "id": "ac6240e2-2f59-4e6b-9777-a41861dd12ca",
          "text": "Bài học thứ 25 rèn nhân cách Đức Hiếu sinh ý hành khẩu hành thân hành. Tại sao ta phải niệm Phật? Thành La Phiệt có một ông hoàng tánh rất hung bạo. Thêm vào đó, quyền thế và địa vị của ông có thể giúp ông thủ tiêu tội ác trước pháp luật. Chưa có một lời phải nào, một đạo giáo nào cảm hóa được ông. Một hôm, ông gặp Phật khi Phật du hóa xứ này. Mới nhìn thấy Đức Phật, lòng ông bỗng cảm phục như do dữ trước người quảng tượng. Đức Phật dạy ông vài lời sơ lược: Hãy tưởng niệm Phật Đà, hãy từ bi thương người, hãy hùng lực cứu người. Ông cung kính dâng lời, nhưng khi về đến nhà, vừa thấy người hành khất chướng mắt, ông liền đùng đùng nổi giận. Lời vàng của Phật không còn trong lòng ông nữa. Khi ông toan đánh đuổi người ấy, bỗng sực nhớ lại hình dáng từ nghiêm của Phật, ông liền chịu lại như khi bố thí chút đỉnh gì. Tối hôm đó, vợ ông lấy làm lạ, gạn hỏi đầu đuôi. Ông bèn tuần tự thuật lại. Nhờ thuật lại, ông nhớ lại rõ ràng hình dung Đức Phật và lời Ngài dạy. Đêm hôm ấy, ông suy nghĩ mong lung. Ông nghĩ nhớ Phật phải nhớ đến người nghèo khổ, tưởng Phật phải tưởng đến người nghèo khổ, nhớ Phật phải nhớ đến người khổ đau, tưởng Phật phải tưởng đến người khổ đau. Rồi mới sáng, ông đi tìm Phật. Giữa đường, ông gặp một người hành khất ốm liệt bên vệ đường. Không suy nghĩ, ông đến ân cần hỏi han và dốc hết tiền trong túi ra cho. Người ấy e sợ, cám ơn rối rít, nhưng ông chỉ bảo: \"Vì tưởng nhớ Phật nên tôi giúp anh. Anh nhận tiền này khiến tôi được phước. Thế là tôi ơn anh, chứ nào anh ơn gì tôi.\" Người hành khất nghe thế lấy làm lạ, vì không lạ gì tính nết của ông và uy danh của Đức Phật nữa. Bỗng nhiên, người ấy cất tiếng niệm: \"Nam Mô Bổn Sư Thích Ca Mâu Ni Phật, kính lễ đấng giác ngộ.\" Ông hoàng cũng bất giác niệm theo và đi mau tìm Phật. Khi gặp được Ngài, ông thuật rõ đầu đuôi mọi việc. Nghe xong, Đức Phật mỉm cười hiền từ bảo: \"Phải, niệm Phật, ông phải tưởng niệm người nghèo khó là để giúp đỡ họ. Tưởng niệm người nghèo khó để giúp đỡ họ là tưởng niệm Phật đó.\" Những câu hỏi: Câu hỏi một: Thành La Phiệt có một ông hoàng tánh rất hung bạo. Câu này dạy gì? Thiếu đạo đức gì? Câu hỏi hai: Thêm vào đó, quyền thế và địa vị của ông có thể giúp ông thủ tiêu tội ác trước pháp luật. Câu này dạy về thiếu đạo đức gì? Câu hỏi ba: Chưa một lời phải nào, một đạo giáo nào cảm hóa được ông. Câu này nói về thiếu đạo đức gì? Câu hỏi bốn: Một hôm, ông gặp Phật khi Phật du hóa xứ này. Mới nhìn thấy Đức Phật, lòng ông bỗng cảm phục như do dữ trước người quảng tượng. Câu này nói lên đạo đức gì? Câu hỏi năm: Hãy tưởng niệm Phật Đà, hãy từ bi thương người, hãy hùng lực cứu người. Câu này dạy đạo đức gì? Câu hỏi sáu: Ông cung kính dâng lời, nhưng khi về đến nhà, vừa thấy người hành khất chướng mắt, ông liền đùng đùng nổi giận. Lời vàng của Phật không còn trong lòng ông nữa. Khi ông toan đánh đuổi người ấy, câu này dạy đạo đức gì? Câu hỏi bảy: Bỗng sực nhớ lại hình dáng từ nghiêm của Phật, ông liền chịu lại như khi bố thí chút đỉnh gì. Câu này dạy đạo đức gì? Câu hỏi tám: Tối hôm đó, vợ ông lấy làm lạ, gạn hỏi đầu đuôi. Ông bèn tuần tự thuật lại. Nhờ thuật lại, ông nhớ lại rõ ràng hình dung Đức Phật và lời Ngài dạy. Câu này dạy đạo đức gì? Câu hỏi chín: Đêm hôm ấy, ông suy nghĩ mong lung. Ông nghĩ nhớ Phật phải nhớ đến người nghèo khổ, tưởng Phật phải tưởng đến người nghèo khổ. Câu này dạy đạo đức gì? Câu hỏi 10: Rồi mới sáng, ông đi tìm Phật. Giữa đường, ông gặp một người hành khất ốm liệt bên vệ đường. Không suy nghĩ, ông đến ân cần hỏi han và dốc hết tiền trong túi ra cho. Người ấy e sợ, cám ơn rối rít. Câu này dạy đạo đức gì? Câu hỏi 11: Vì tưởng nhớ Phật nên tôi giúp anh. Anh nhận tiền này khiến tôi được phước. Thế là tôi ơn anh, chứ nào anh ơn gì tôi. Câu này dạy đạo đức gì? Câu hỏi 12: Bỗng nhiên, người ấy cất tiếng niệm: \"Nam Mô Bổn Sư Thích Ca Mâu Ni Phật, kính lễ đấng giác ngộ.\" Ông hoàng cũng bất giác niệm theo. Câu này dạy đạo đức gì? Câu hỏi 13: Phải, niệm Phật, ông phải tưởng niệm người nghèo khó để giúp đỡ họ. Tưởng niệm người nghèo khó là để giúp đỡ họ, là tưởng niệm Phật đó. Câu này dạy đạo đức gì? Trả lời những câu hỏi. Trả lời câu hỏi một: Thành La Phiệt có một ông hoàng tánh rất hung bạo. Câu này chỉ cho một người hung ác. Ông hoàng trong Thành La Phiệt sống thiếu đạo đức, hiếu sinh, chẳng biết thương ai, tính tình hung dữ, luôn luôn chửi mắng, đánh đập người khác. Người không có đức hiếu sinh như ông hoàng ở trong Thành La Phiệt là người tự làm khổ mình, khổ người, là một người hung ác, là người không có đức hiếu sinh như trên đã nói. Chúng ta là đệ tử của Phật, thấy gương hung ác xấu xa này mà tránh xa, mà từ bỏ, và để loại trừ tâm ác, luôn luôn giữ gìn đức hiếu sinh, thường mở rộng lòng yêu thương với tất cả chúng sinh. Vì chính có lòng yêu thương mới đem lại sự bình an cho mình, cho người và cho tất cả chúng sinh. Làm người phải sống trong đạo đức hiếu sinh, phải luôn luôn sống biết thương người, thương tất cả loài chúng sinh để mang lại sự an vui cho mình, cho người và cho mọi loài. Tính hung ác là tính xấu xa, là tính hay làm khổ mình, khổ người, khổ tất cả chúng sinh. Vì thế, chúng ta nên từ bỏ, xa lìa những tính hung ác ấy, phải sống hiền lành đối với mọi người, mọi loài chúng.",
          "tokens": [
            {
              "text": "B",
              "start_ms": 1040,
              "end_ms": 1100,
              "confidence": 0.9647603631019592
            },
            {
              "text": "ài",
              "start_ms": 1160,
              "end_ms": 1220,
              "confidence": 0.9871503114700317
            },
            {
              "text": " học",
              "start_ms": 1340,
              "end_ms": 1400,
              "confidence": 0.8149726390838623
            },
            {
              "text": " thứ",
              "start_ms": 1580,
              "end_ms": 1640,
              "confidence": 0.9817706942558289
            },
            {
              "text": " 25",
              "start_ms": 2000,
              "end_ms": 2060,
              "confidence": 0.5029401779174805
            },
            {
              "text": " r",
              "start_ms": 2780,
              "end_ms": 2840,
              "confidence": 0.4316999912261963
            },
            {
              "text": "èn",
              "start_ms": 3080,
              "end_ms": 3140,
              "confidence": 0.9980838298797607
            },
            {
              "text": " nhân",
              "start_ms": 3380,
              "end_ms": 3440,
              "confidence": 0.9886264801025391
            },
            {
              "text": " cách",
              "start_ms": 3680,
              "end_ms": 3740,
              "confidence": 0.9891195297241211
            },
            {
              "text": " Đức",
              "start_ms": 3920,
              "end_ms": 3980,
              "confidence": 0.3905388414859772
            },
            {
              "text": " Hi",
              "start_ms": 4280,
              "end_ms": 4340,
              "confidence": 0.923505961894989
            },
            {
              "text": "ếu",
              "start_ms": 4400,
              "end_ms": 4460,
              "confidence": 0.969689667224884
            },
            {
              "text": " sinh",
              "start_ms": 4640,
              "end_ms": 4700,
              "confidence": 0.6805123686790466
            },
            {
              "text": " ",
              "start_ms": 4880,
              "end_ms": 4940,
              "confidence": 0.9726067781448364
            },
            {
              "text": "ý",
              "start_ms": 5000,
              "end_ms": 5060,
              "confidence": 0.9679883122444153
            },
            {
              "text": " hành",
              "start_ms": 5240,
              "end_ms": 5300,
              "confidence": 0.9206035137176514
            },
            {
              "text": " kh",
              "start_ms": 5660,
              "end_ms": 5720,
              "confidence": 0.5333188772201538
            },
            {
              "text": "ẩ",
              "start_ms": 5780,
              "end_ms": 5840,
              "confidence": 0.9990321397781372
            },
            {
              "text": "u",
              "start_ms": 5900,
              "end_ms": 5960,
              "confidence": 0.9676476120948792
            },
            {
              "text": " hành",
              "start_ms": 6080,
              "end_ms": 6140,
              "confidence": 0.9608533978462219
            },
            {
              "text": " th",
              "start_ms": 6500,
              "end_ms": 6560,
              "confidence": 0.8645827174186707
            },
            {
              "text": "ân",
              "start_ms": 6560,
              "end_ms": 6620,
              "confidence": 0.9997221827507019
            },
            {
              "text": " hành",
              "start_ms": 6740,
              "end_ms": 6800,
              "confidence": 0.9429482221603394
            },
            {
              "text": ".",
              "start_ms": 6920,
              "end_ms": 6980,
              "confidence": 0.9461079239845276
            },
            {
              "text": " T",
              "start_ms": 7880,
              "end_ms": 7940,
              "confidence": 0.841177761554718
            },
            {
              "text": "ại",
              "start_ms": 8000,
              "end_ms": 8060,
              "confidence": 0.999029815196991
            },
            {
              "text": " sa",
              "start_ms": 8240,
              "end_ms": 8300,
              "confidence": 0.999226987361908
            },
            {
              "text": "o",
              "start_ms": 8360,
              "end_ms": 8420,
              "confidence": 0.999987006187439
            },
            {
              "text": " ta",
              "start_ms": 8600,
              "end_ms": 8660,
              "confidence": 0.998807430267334
            },
            {
              "text": " phải",
              "start_ms": 8840,
              "end_ms": 8900,
              "confidence": 0.9981229901313782
            },
            {
              "text": " ni",
              "start_ms": 9140,
              "end_ms": 9200,
              "confidence": 0.9857094883918762
            },
            {
              "text": "ệm",
              "start_ms": 9260,
              "end_ms": 9320,
              "confidence": 0.9999832510948181
            },
            {
              "text": " Ph",
              "start_ms": 9500,
              "end_ms": 9560,
              "confidence": 0.9634901881217957
            },
            {
              "text": "ật",
              "start_ms": 9620,
              "end_ms": 9680,
              "confidence": 0.9859174489974976
            },
            {
              "text": "?",
              "start_ms": 9740,
              "end_ms": 9800,
              "confidence": 0.9816253781318665
            },
            {
              "text": " Thành",
              "start_ms": 10700,
              "end_ms": 10760,
              "confidence": 0.5457953810691833
            },
            {
              "text": " La",
              "start_ms": 11180,
              "end_ms": 11240,
              "confidence": 0.9648177623748779
            },
            {
              "text": " P",
              "start_ms": 11420,
              "end_ms": 11480,
              "confidence": 0.7467412948608398
            },
            {
              "text": "hi",
              "start_ms": 11480,
              "end_ms": 11540,
              "confidence": 0.9896243214607239
            },
            {
              "text": "ệt",
              "start_ms": 11480,
              "end_ms": 11540,
              "confidence": 0.9864687919616699
            },
            {
              "text": " có",
              "start_ms": 11660,
              "end_ms": 11720,
              "confidence": 0.9996817111968994
            },
            {
              "text": " một",
              "start_ms": 11840,
              "end_ms": 11900,
              "confidence": 0.9978834986686707
            },
            {
              "text": " ông",
              "start_ms": 12020,
              "end_ms": 12080,
              "confidence": 0.9936036467552185
            },
            {
              "text": " ho",
              "start_ms": 12260,
              "end_ms": 12320,
              "confidence": 0.942625880241394
            },
            {
              "text": "àng",
              "start_ms": 12320,
              "end_ms": 12380,
              "confidence": 0.9454692006111145
            },
            {
              "text": " t",
              "start_ms": 12500,
              "end_ms": 12560,
              "confidence": 0.9878537654876709
            },
            {
              "text": "ánh",
              "start_ms": 12560,
              "end_ms": 12620,
              "confidence": 0.9936195015907288
            },
            {
              "text": " r",
              "start_ms": 12740,
              "end_ms": 12800,
              "confidence": 0.9992458820343018
            },
            {
              "text": "ất",
              "start_ms": 12800,
              "end_ms": 12860,
              "confidence": 0.9997289776802063
            },
            {
              "text": " h",
              "start_ms": 12980,
              "end_ms": 13040,
              "confidence": 0.9979967474937439
            },
            {
              "text": "ung",
              "start_ms": 12980,
              "end_ms": 13040,
              "confidence": 0.9243204593658447
            },
            {
              "text": " b",
              "start_ms": 13400,
              "end_ms": 13460,
              "confidence": 0.9961327314376831
            },
            {
              "text": "ạ",
              "start_ms": 13460,
              "end_ms": 13520,
              "confidence": 0.9812659621238708
            },
            {
              "text": "o.",
              "start_ms": 13580,
              "end_ms": 13640,
              "confidence": 0.7308145761489868
            },
            {
              "text": " Th",
              "start_ms": 14180,
              "end_ms": 14240,
              "confidence": 0.9975774884223938
            },
            {
              "text": "êm",
              "start_ms": 14300,
              "end_ms": 14360,
              "confidence": 0.9998241066932678
            },
            {
              "text": " vào",
              "start_ms": 14540,
              "end_ms": 14600,
              "confidence": 0.9997324347496033
            },
            {
              "text": " đó",
              "start_ms": 14960,
              "end_ms": 15020,
              "confidence": 0.9993035793304443
            },
            {
              "text": ",",
              "start_ms": 15080,
              "end_ms": 15140,
              "confidence": 0.949731171131134
            },
            {
              "text": " quyền",
              "start_ms": 15440,
              "end_ms": 15500,
              "confidence": 0.9906011819839478
            },
            {
              "text": " thế",
              "start_ms": 15680,
              "end_ms": 15740,
              "confidence": 0.9985852241516113
            },
            {
              "text": " và",
              "start_ms": 15920,
              "end_ms": 15980,
              "confidence": 0.9935137629508972
            },
            {
              "text": " địa",
              "start_ms": 16100,
              "end_ms": 16160,
              "confidence": 0.9988123178482056
            },
            {
              "text": " vị",
              "start_ms": 16280,
              "end_ms": 16340,
              "confidence": 0.9614346027374268
            },
            {
              "text": " của",
              "start_ms": 16580,
              "end_ms": 16640,
              "confidence": 0.9995546936988831
            },
            {
              "text": " ông",
              "start_ms": 16940,
              "end_ms": 17000,
              "confidence": 0.9981906414031982
            },
            {
              "text": " có",
              "start_ms": 17240,
              "end_ms": 17300,
              "confidence": 0.9985452890396118
            },
            {
              "text": " thể",
              "start_ms": 17420,
              "end_ms": 17480,
              "confidence": 0.999891996383667
            },
            {
              "text": " gi",
              "start_ms": 17660,
              "end_ms": 17720,
              "confidence": 0.9994375109672546
            },
            {
              "text": "úp",
              "start_ms": 17720,
              "end_ms": 17780,
              "confidence": 0.9999440908432007
            },
            {
              "text": " ông",
              "start_ms": 17900,
              "end_ms": 17960,
              "confidence": 0.9987564086914062
            },
            {
              "text": " thủ",
              "start_ms": 18080,
              "end_ms": 18140,
              "confidence": 0.9412716627120972
            },
            {
              "text": " ti",
              "start_ms": 18320,
              "end_ms": 18380,
              "confidence": 0.9998155236244202
            },
            {
              "text": "êu",
              "start_ms": 18440,
              "end_ms": 18500,
              "confidence": 0.9971359372138977
            },
            {
              "text": " t",
              "start_ms": 18560,
              "end_ms": 18620,
              "confidence": 0.9991361498832703
            },
            {
              "text": "ội",
              "start_ms": 18680,
              "end_ms": 18740,
              "confidence": 0.9998791813850403
            },
            {
              "text": " ",
              "start_ms": 18800,
              "end_ms": 18860,
              "confidence": 0.9997556805610657
            },
            {
              "text": "ác",
              "start_ms": 18920,
              "end_ms": 18980,
              "confidence": 0.9996151328086853
            },
            {
              "text": " trước",
              "start_ms": 19100,
              "end_ms": 19160,
              "confidence": 0.8764408826828003
            },
            {
              "text": " pháp",
              "start_ms": 19280,
              "end_ms": 19340,
              "confidence": 0.9846406579017639
            },
            {
              "text": " lu",
              "start_ms": 19640,
              "end_ms": 19700,
              "confidence": 0.9967858791351318
            },
            {
              "text": "ậ",
              "start_ms": 19760,
              "end_ms": 19820,
              "confidence": 0.9999136924743652
            },
            {
              "text": "t.",
              "start_ms": 19820,
              "end_ms": 19880,
              "confidence": 0.8175215125083923
            },
            {
              "text": " Ch",
              "start_ms": 20480,
              "end_ms": 20540,
              "confidence": 0.9958807229995728
            },
            {
              "text": "ưa",
              "start_ms": 20540,
              "end_ms": 20600,
              "confidence": 0.9990022778511047
            },
            {
              "text": " có",
              "start_ms": 20780,
              "end_ms": 20840,
              "confidence": 0.2132023125886917
            },
            {
              "text": " một",
              "start_ms": 21020,
              "end_ms": 21080,
              "confidence": 0.9904802441596985
            },
            {
              "text": " l",
              "start_ms": 21200,
              "end_ms": 21260,
              "confidence": 0.9961329698562622
            },
            {
              "text": "ời",
              "start_ms": 21260,
              "end_ms": 21320,
              "confidence": 0.9992345571517944
            },
            {
              "text": " phải",
              "start_ms": 21500,
              "end_ms": 21560,
              "confidence": 0.9549766182899475
            },
            {
              "text": " nà",
              "start_ms": 21920,
              "end_ms": 21980,
              "confidence": 0.9703694581985474
            },
            {
              "text": "o,",
              "start_ms": 21980,
              "end_ms": 22040,
              "confidence": 0.9942548871040344
            },
            {
              "text": " một",
              "start_ms": 22220,
              "end_ms": 22280,
              "confidence": 0.9989957213401794
            },
            {
              "text": " đạo",
              "start_ms": 22400,
              "end_ms": 22460,
              "confidence": 0.8911390900611877
            },
            {
              "text": " giáo",
              "start_ms": 22700,
              "end_ms": 22760,
              "confidence": 0.9996088743209839
            },
            {
              "text": " n",
              "start_ms": 23060,
              "end_ms": 23120,
              "confidence": 0.9770916700363159
            },
            {
              "text": "ào",
              "start_ms": 23120,
              "end_ms": 23180,
              "confidence": 0.9998493194580078
            },
            {
              "text": " cả",
              "start_ms": 23300,
              "end_ms": 23360,
              "confidence": 0.9993841648101807
            },
            {
              "text": "m",
              "start_ms": 23360,
              "end_ms": 23420,
              "confidence": 0.9996377825737
            },
            {
              "text": " hóa",
              "start_ms": 23540,
              "end_ms": 23600,
              "confidence": 0.9971758127212524
            },
            {
              "text": " được",
              "start_ms": 23900,
              "end_ms": 23960,
              "confidence": 0.9996383190155029
            },
            {
              "text": " ông",
              "start_ms": 24260,
              "end_ms": 24320,
              "confidence": 0.9861127734184265
            },
            {
              "text": ".",
              "start_ms": 24440,
              "end_ms": 24500,
              "confidence": 0.9959617257118225
            },
            {
              "text": " M",
              "start_ms": 25520,
              "end_ms": 25580,
              "confidence": 0.8582100868225098
            },
            {
              "text": "ột",
              "start_ms": 25760,
              "end_ms": 25820,
              "confidence": 0.9999147653579712
            },
            {
              "text": " h",
              "start_ms": 25880,
              "end_ms": 25940,
              "confidence": 0.9975445866584778
            },
            {
              "text": "ô",
              "start_ms": 25940,
              "end_ms": 26000,
              "confidence": 0.9969189763069153
            },
            {
              "text": "m,",
              "start_ms": 26060,
              "end_ms": 26120,
              "confidence": 0.9881620407104492
            },
            {
              "text": " ông",
              "start_ms": 26240,
              "end_ms": 26300,
              "confidence": 0.9994739890098572
            },
            {
              "text": " g",
              "start_ms": 26480,
              "end_ms": 26540,
              "confidence": 0.9994633793830872
            },
            {
              "text": "ặ",
              "start_ms": 26540,
              "end_ms": 26600,
              "confidence": 0.999542236328125
            },
            {
              "text": "p",
              "start_ms": 26600,
              "end_ms": 26660,
              "confidence": 0.9998929500579834
            },
            {
              "text": " Ph",
              "start_ms": 26900,
              "end_ms": 26960,
              "confidence": 0.9987947940826416
            },
            {
              "text": "ật",
              "start_ms": 27020,
              "end_ms": 27080,
              "confidence": 0.6497653722763062
            },
            {
              "text": " khi",
              "start_ms": 27440,
              "end_ms": 27500,
              "confidence": 0.9973217844963074
            },
            {
              "text": " Ph",
              "start_ms": 27740,
              "end_ms": 27800,
              "confidence": 0.9949336647987366
            },
            {
              "text": "ật",
              "start_ms": 27800,
              "end_ms": 27860,
              "confidence": 0.9884762763977051
            },
            {
              "text": " du",
              "start_ms": 28040,
              "end_ms": 28100,
              "confidence": 0.945433497428894
            },
            {
              "text": " hóa",
              "start_ms": 28280,
              "end_ms": 28340,
              "confidence": 0.9612081050872803
            },
            {
              "text": " x",
              "start_ms": 28640,
              "end_ms": 28700,
              "confidence": 0.9940369129180908
            },
            {
              "text": "ứ",
              "start_ms": 28700,
              "end_ms": 28760,
              "confidence": 0.9986228346824646
            },
            {
              "text": " nà",
              "start_ms": 29060,
              "end_ms": 29120,
              "confidence": 0.8914034962654114
            },
            {
              "text": "y.",
              "start_ms": 29180,
              "end_ms": 29240,
              "confidence": 0.9524088501930237
            },
            {
              "text": " M",
              "start_ms": 30200,
              "end_ms": 30260,
              "confidence": 0.6389166116714478
            },
            {
              "text": "ới",
              "start_ms": 30380,
              "end_ms": 30440,
              "confidence": 0.9977459907531738
            },
            {
              "text": " nh",
              "start_ms": 30560,
              "end_ms": 30620,
              "confidence": 0.9995018243789673
            },
            {
              "text": "ì",
              "start_ms": 30620,
              "end_ms": 30680,
              "confidence": 0.9999865293502808
            },
            {
              "text": "n",
              "start_ms": 30680,
              "end_ms": 30740,
              "confidence": 0.9998898506164551
            },
            {
              "text": " th",
              "start_ms": 30800,
              "end_ms": 30860,
              "confidence": 0.9998341202735901
            },
            {
              "text": "ấy",
              "start_ms": 30860,
              "end_ms": 30920,
              "confidence": 0.9975724816322327
            },
            {
              "text": " Đức",
              "start_ms": 31100,
              "end_ms": 31160,
              "confidence": 0.9913008213043213
            },
            {
              "text": " Ph",
              "start_ms": 31400,
              "end_ms": 31460,
              "confidence": 0.9997530579566956
            },
            {
              "text": "ậ",
              "start_ms": 31460,
              "end_ms": 31520,
              "confidence": 0.987334132194519
            },
            {
              "text": "t,",
              "start_ms": 31580,
              "end_ms": 31640,
              "confidence": 0.6791666150093079
            },
            {
              "text": " l",
              "start_ms": 32060,
              "end_ms": 32120,
              "confidence": 0.9973018169403076
            },
            {
              "text": "òng",
              "start_ms": 32120,
              "end_ms": 32180,
              "confidence": 0.9998500347137451
            },
            {
              "text": " ông",
              "start_ms": 32360,
              "end_ms": 32420,
              "confidence": 0.9995304346084595
            },
            {
              "text": " b",
              "start_ms": 32600,
              "end_ms": 32660,
              "confidence": 0.9988956451416016
            },
            {
              "text": "ỗ",
              "start_ms": 32660,
              "end_ms": 32720,
              "confidence": 0.9991700053215027
            },
            {
              "text": "ng",
              "start_ms": 32780,
              "end_ms": 32840,
              "confidence": 0.9999682903289795
            },
            {
              "text": " cả",
              "start_ms": 32960,
              "end_ms": 33020,
              "confidence": 0.9967785477638245
            },
            {
              "text": "m",
              "start_ms": 33080,
              "end_ms": 33140,
              "confidence": 0.9996778964996338
            },
            {
              "text": " ph",
              "start_ms": 33320,
              "end_ms": 33380,
              "confidence": 0.9998235106468201
            },
            {
              "text": "ục",
              "start_ms": 33440,
              "end_ms": 33500,
              "confidence": 0.998246431350708
            },
            {
              "text": " như",
              "start_ms": 33680,
              "end_ms": 33740,
              "confidence": 0.9927171468734741
            },
            {
              "text": " do",
              "start_ms": 33920,
              "end_ms": 33980,
              "confidence": 0.9269452691078186
            },
            {
              "text": " d",
              "start_ms": 34160,
              "end_ms": 34220,
              "confidence": 0.4817068576812744
            },
            {
              "text": "ữ",
              "start_ms": 34280,
              "end_ms": 34340,
              "confidence": 0.9909836053848267
            },
            {
              "text": " trước",
              "start_ms": 34580,
              "end_ms": 34640,
              "confidence": 0.9327011704444885
            },
            {
              "text": " người",
              "start_ms": 34820,
              "end_ms": 34880,
              "confidence": 0.9845987558364868
            },
            {
              "text": " qu",
              "start_ms": 35060,
              "end_ms": 35120,
              "confidence": 0.8148626089096069
            },
            {
              "text": "ảng",
              "start_ms": 35300,
              "end_ms": 35360,
              "confidence": 0.8986431360244751
            },
            {
              "text": " t",
              "start_ms": 35480,
              "end_ms": 35540,
              "confidence": 0.9576764702796936
            },
            {
              "text": "ượng",
              "start_ms": 35720,
              "end_ms": 35780,
              "confidence": 0.9335994124412537
            },
            {
              "text": ".",
              "start_ms": 35720,
              "end_ms": 35780,
              "confidence": 0.9986249208450317
            },
            {
              "text": " Đức",
              "start_ms": 36620,
              "end_ms": 36680,
              "confidence": 0.9953076243400574
            },
            {
              "text": " Ph",
              "start_ms": 36740,
              "end_ms": 36800,
              "confidence": 0.9991611242294312
            },
            {
              "text": "ật",
              "start_ms": 36800,
              "end_ms": 36860,
              "confidence": 0.9996654987335205
            },
            {
              "text": " d",
              "start_ms": 37040,
              "end_ms": 37100,
              "confidence": 0.9984967708587646
            },
            {
              "text": "ạ",
              "start_ms": 37100,
              "end_ms": 37160,
              "confidence": 0.9972796440124512
            },
            {
              "text": "y",
              "start_ms": 37160,
              "end_ms": 37220,
              "confidence": 0.9999037981033325
            },
            {
              "text": " ông",
              "start_ms": 37400,
              "end_ms": 37460,
              "confidence": 0.9996968507766724
            },
            {
              "text": " và",
              "start_ms": 37700,
              "end_ms": 37760,
              "confidence": 0.9956483840942383
            },
            {
              "text": "i",
              "start_ms": 37760,
              "end_ms": 37820,
              "confidence": 0.9995465874671936
            },
            {
              "text": " l",
              "start_ms": 37940,
              "end_ms": 38000,
              "confidence": 0.9994361996650696
            },
            {
              "text": "ời",
              "start_ms": 38000,
              "end_ms": 38060,
              "confidence": 0.9997237324714661
            },
            {
              "text": " s",
              "start_ms": 38240,
              "end_ms": 38300,
              "confidence": 0.9967947006225586
            },
            {
              "text": "ơ",
              "start_ms": 38360,
              "end_ms": 38420,
              "confidence": 0.9999107122421265
            },
            {
              "text": " l",
              "start_ms": 38600,
              "end_ms": 38660,
              "confidence": 0.999496579170227
            },
            {
              "text": "ược",
              "start_ms": 38720,
              "end_ms": 38780,
              "confidence": 0.9988161325454712
            },
            {
              "text": ":",
              "start_ms": 38840,
              "end_ms": 38900,
              "confidence": 0.7286514639854431
            },
            {
              "text": " H",
              "start_ms": 39500,
              "end_ms": 39560,
              "confidence": 0.5718738436698914
            },
            {
              "text": "ã",
              "start_ms": 39620,
              "end_ms": 39680,
              "confidence": 0.9999803900718689
            },
            {
              "text": "y",
              "start_ms": 39680,
              "end_ms": 39740,
              "confidence": 0.9999218583106995
            },
            {
              "text": " t",
              "start_ms": 39920,
              "end_ms": 39980,
              "confidence": 0.9930442571640015
            },
            {
              "text": "ưởng",
              "start_ms": 40040,
              "end_ms": 40100,
              "confidence": 0.9997547268867493
            },
            {
              "text": " ni",
              "start_ms": 40280,
              "end_ms": 40340,
              "confidence": 0.9891394376754761
            },
            {
              "text": "ệm",
              "start_ms": 40400,
              "end_ms": 40460,
              "confidence": 0.9998039603233337
            },
            {
              "text": " Ph",
              "start_ms": 40700,
              "end_ms": 40760,
              "confidence": 0.9988752007484436
            },
            {
              "text": "ật",
              "start_ms": 40820,
              "end_ms": 40880,
              "confidence": 0.9950286746025085
            },
            {
              "text": " Đ",
              "start_ms": 41120,
              "end_ms": 41180,
              "confidence": 0.9499722719192505
            },
            {
              "text": "à",
              "start_ms": 41240,
              "end_ms": 41300,
              "confidence": 0.9997451901435852
            },
            {
              "text": ",",
              "start_ms": 41360,
              "end_ms": 41420,
              "confidence": 0.6716777682304382
            },
            {
              "text": " h",
              "start_ms": 41900,
              "end_ms": 41960,
              "confidence": 0.9961355924606323
            },
            {
              "text": "ã",
              "start_ms": 41960,
              "end_ms": 42020,
              "confidence": 0.9999879598617554
            },
            {
              "text": "y",
              "start_ms": 42080,
              "end_ms": 42140,
              "confidence": 0.9999490976333618
            },
            {
              "text": " từ",
              "start_ms": 42320,
              "end_ms": 42380,
              "confidence": 0.9843782782554626
            },
            {
              "text": " bi",
              "start_ms": 42620,
              "end_ms": 42680,
              "confidence": 0.9976158142089844
            },
            {
              "text": " th",
              "start_ms": 42980,
              "end_ms": 43040,
              "confidence": 0.9995973706245422
            },
            {
              "text": "ương",
              "start_ms": 43100,
              "end_ms": 43160,
              "confidence": 0.9999731779098511
            },
            {
              "text": " ng",
              "start_ms": 43520,
              "end_ms": 43580,
              "confidence": 0.9904533624649048
            },
            {
              "text": "ườ",
              "start_ms": 43520,
              "end_ms": 43580,
              "confidence": 0.9999353885650635
            },
            {
              "text": "i,",
              "start_ms": 43760,
              "end_ms": 43820,
              "confidence": 0.9465068578720093
            },
            {
              "text": " h",
              "start_ms": 44120,
              "end_ms": 44180,
              "confidence": 0.9993921518325806
            },
            {
              "text": "ã",
              "start_ms": 44180,
              "end_ms": 44240,
              "confidence": 0.9999407529830933
            },
            {
              "text": "y",
              "start_ms": 44300,
              "end_ms": 44360,
              "confidence": 0.9998338222503662
            },
            {
              "text": " h",
              "start_ms": 44540,
              "end_ms": 44600,
              "confidence": 0.9693090319633484
            },
            {
              "text": "ùng",
              "start_ms": 44600,
              "end_ms": 44660,
              "confidence": 0.9978177547454834
            },
            {
              "text": " lực",
              "start_ms": 44900,
              "end_ms": 44960,
              "confidence": 0.9827187061309814
            },
            {
              "text": " cứ",
              "start_ms": 45260,
              "end_ms": 45320,
              "confidence": 0.9997420907020569
            },
            {
              "text": "u",
              "start_ms": 45380,
              "end_ms": 45440,
              "confidence": 0.9997925162315369
            },
            {
              "text": " ng",
              "start_ms": 45800,
              "end_ms": 45860,
              "confidence": 0.9937421679496765
            },
            {
              "text": "ườ",
              "start_ms": 45860,
              "end_ms": 45920,
              "confidence": 0.9995421171188354
            },
            {
              "text": "i.",
              "start_ms": 45980,
              "end_ms": 46040,
              "confidence": 0.9994295239448547
            },
            {
              "text": " Ông",
              "start_ms": 46700,
              "end_ms": 46760,
              "confidence": 0.9786600470542908
            },
            {
              "text": " c",
              "start_ms": 47120,
              "end_ms": 47180,
              "confidence": 0.9953067302703857
            },
            {
              "text": "ung",
              "start_ms": 47240,
              "end_ms": 47300,
              "confidence": 0.9923752546310425
            },
            {
              "text": " k",
              "start_ms": 47360,
              "end_ms": 47420,
              "confidence": 0.9996172785758972
            },
            {
              "text": "ính",
              "start_ms": 47480,
              "end_ms": 47540,
              "confidence": 0.9986249804496765
            },
            {
              "text": " d",
              "start_ms": 47900,
              "end_ms": 47960,
              "confidence": 0.5798895955085754
            },
            {
              "text": "âng",
              "start_ms": 47900,
              "end_ms": 47900,
              "confidence": 0.9824273586273193
            },
            {
              "text": " l",
              "start_ms": 48140,
              "end_ms": 48200,
              "confidence": 0.9990383386611938
            },
            {
              "text": "ờ",
              "start_ms": 48260,
              "end_ms": 48320,
              "confidence": 0.993407130241394
            },
            {
              "text": "i,",
              "start_ms": 48380,
              "end_ms": 48440,
              "confidence": 0.6925499439239502
            },
            {
              "text": " nhưng",
              "start_ms": 48800,
              "end_ms": 48860,
              "confidence": 0.9988740682601929
            },
            {
              "text": " khi",
              "start_ms": 49040,
              "end_ms": 49100,
              "confidence": 0.9999456405639648
            },
            {
              "text": " về",
              "start_ms": 49280,
              "end_ms": 49340,
              "confidence": 0.9979471564292908
            },
            {
              "text": " đến",
              "start_ms": 49580,
              "end_ms": 49640,
              "confidence": 0.9991954565048218
            },
            {
              "text": " nhà",
              "start_ms": 50000,
              "end_ms": 50060,
              "confidence": 0.9996654391288757
            },
            {
              "text": ",",
              "start_ms": 50120,
              "end_ms": 50180,
              "confidence": 0.9929739236831665
            },
            {
              "text": " v",
              "start_ms": 50480,
              "end_ms": 50540,
              "confidence": 0.9775967597961426
            },
            {
              "text": "ừ",
              "start_ms": 50540,
              "end_ms": 50600,
              "confidence": 0.9997166991233826
            },
            {
              "text": "a",
              "start_ms": 50600,
              "end_ms": 50660,
              "confidence": 0.999895453453064
            },
            {
              "text": " th",
              "start_ms": 50720,
              "end_ms": 50780,
              "confidence": 0.9997026324272156
            },
            {
              "text": "ấy",
              "start_ms": 50840,
              "end_ms": 50900,
              "confidence": 0.9997998476028442
            },
            {
              "text": " người",
              "start_ms": 51020,
              "end_ms": 51080,
              "confidence": 0.9986369609832764
            },
            {
              "text": " hành",
              "start_ms": 51200,
              "end_ms": 51260,
              "confidence": 0.8973694443702698
            },
            {
              "text": " kh",
              "start_ms": 51380,
              "end_ms": 51440,
              "confidence": 0.9986957907676697
            },
            {
              "text": "ất",
              "start_ms": 51440,
              "end_ms": 51500,
              "confidence": 0.9904490113258362
            },
            {
              "text": " ch",
              "start_ms": 51740,
              "end_ms": 51800,
              "confidence": 0.8461787104606628
            },
            {
              "text": "ướng",
              "start_ms": 51800,
              "end_ms": 51860,
              "confidence": 0.9880058169364929
            },
            {
              "text": " m",
              "start_ms": 52100,
              "end_ms": 52160,
              "confidence": 0.9958754181861877
            },
            {
              "text": "ắ",
              "start_ms": 52160,
              "end_ms": 52220,
              "confidence": 0.9572906494140625
            },
            {
              "text": "t,",
              "start_ms": 52280,
              "end_ms": 52340,
              "confidence": 0.9912092685699463
            },
            {
              "text": " ông",
              "start_ms": 52580,
              "end_ms": 52640,
              "confidence": 0.9996711611747742
            },
            {
              "text": " li",
              "start_ms": 52760,
              "end_ms": 52820,
              "confidence": 0.999534010887146
            },
            {
              "text": "ền",
              "start_ms": 52820,
              "end_ms": 52880,
              "confidence": 0.9987784028053284
            },
            {
              "text": " đ",
              "start_ms": 53060,
              "end_ms": 53120,
              "confidence": 0.9986555576324463
            },
            {
              "text": "ùng",
              "start_ms": 53180,
              "end_ms": 53240,
              "confidence": 0.9996883869171143
            },
            {
              "text": " đ",
              "start_ms": 53360,
              "end_ms": 53420,
              "confidence": 0.9991717338562012
            },
            {
              "text": "ùng",
              "start_ms": 53420,
              "end_ms": 53480,
              "confidence": 0.9997758269309998
            },
            {
              "text": " n",
              "start_ms": 53660,
              "end_ms": 53720,
              "confidence": 0.9893410205841064
            },
            {
              "text": "ổi",
              "start_ms": 53720,
              "end_ms": 53780,
              "confidence": 0.9994935989379883
            },
            {
              "text": " gi",
              "start_ms": 54020,
              "end_ms": 54080,
              "confidence": 0.9870611429214478
            },
            {
              "text": "ậ",
              "start_ms": 54080,
              "end_ms": 54140,
              "confidence": 0.9965548515319824
            },
            {
              "text": "n.",
              "start_ms": 54200,
              "end_ms": 54260,
              "confidence": 0.9706375598907471
            },
            {
              "text": " L",
              "start_ms": 54740,
              "end_ms": 54800,
              "confidence": 0.9990792274475098
            },
            {
              "text": "ời",
              "start_ms": 54800,
              "end_ms": 54860,
              "confidence": 0.9999431371688843
            },
            {
              "text": " và",
              "start_ms": 55100,
              "end_ms": 55160,
              "confidence": 0.8379919528961182
            },
            {
              "text": "ng",
              "start_ms": 55160,
              "end_ms": 55220,
              "confidence": 0.9984288811683655
            },
            {
              "text": " của",
              "start_ms": 55340,
              "end_ms": 55400,
              "confidence": 0.9995606541633606
            },
            {
              "text": " Ph",
              "start_ms": 55580,
              "end_ms": 55640,
              "confidence": 0.9977113604545593
            },
            {
              "text": "ật",
              "start_ms": 55640,
              "end_ms": 55700,
              "confidence": 0.9997050166130066
            },
            {
              "text": " không",
              "start_ms": 55880,
              "end_ms": 55940,
              "confidence": 0.9992551207542419
            },
            {
              "text": " còn",
              "start_ms": 56120,
              "end_ms": 56180,
              "confidence": 0.9966524243354797
            },
            {
              "text": " trong",
              "start_ms": 56300,
              "end_ms": 56360,
              "confidence": 0.9996567368507385
            },
            {
              "text": " l",
              "start_ms": 56480,
              "end_ms": 56540,
              "confidence": 0.9999068379402161
            },
            {
              "text": "òng",
              "start_ms": 56600,
              "end_ms": 56660,
              "confidence": 0.9993245601654053
            },
            {
              "text": " ông",
              "start_ms": 56840,
              "end_ms": 56900,
              "confidence": 0.9993811845779419
            },
            {
              "text": " nữ",
              "start_ms": 57140,
              "end_ms": 57200,
              "confidence": 0.992094099521637
            },
            {
              "text": "a.",
              "start_ms": 57320,
              "end_ms": 57380,
              "confidence": 0.8719943165779114
            },
            {
              "text": " K",
              "start_ms": 58160,
              "end_ms": 58220,
              "confidence": 0.9824670553207397
            },
            {
              "text": "hi",
              "start_ms": 58220,
              "end_ms": 58280,
              "confidence": 0.9979838728904724
            },
            {
              "text": " ông",
              "start_ms": 58460,
              "end_ms": 58520,
              "confidence": 0.9993839859962463
            },
            {
              "text": " to",
              "start_ms": 58700,
              "end_ms": 58760,
              "confidence": 0.9777809977531433
            },
            {
              "text": "an",
              "start_ms": 58760,
              "end_ms": 58820,
              "confidence": 0.625291645526886
            },
            {
              "text": " đánh",
              "start_ms": 58940,
              "end_ms": 59000,
              "confidence": 0.9995105862617493
            },
            {
              "text": " đ",
              "start_ms": 59060,
              "end_ms": 59120,
              "confidence": 0.9993926882743835
            },
            {
              "text": "u",
              "start_ms": 59180,
              "end_ms": 59240,
              "confidence": 0.9869828224182129
            },
            {
              "text": "ổi",
              "start_ms": 59240,
              "end_ms": 59300,
              "confidence": 0.9984713792800903
            },
            {
              "text": " người",
              "start_ms": 59540,
              "end_ms": 59600,
              "confidence": 0.998476505279541
            },
            {
              "text": " ",
              "start_ms": 59840,
              "end_ms": 59900,
              "confidence": 0.9995954632759094
            },
            {
              "text": "ấ",
              "start_ms": 59900,
              "end_ms": 59960,
              "confidence": 0.9991299510002136
            },
            {
              "text": "y,",
              "start_ms": 59960,
              "end_ms": 60020,
              "confidence": 0.9971895813941956
            },
            {
              "text": " b",
              "start_ms": 61040,
              "end_ms": 61100,
              "confidence": 0.9590653777122498
            },
            {
              "text": "ỗ",
              "start_ms": 61160,
              "end_ms": 61220,
              "confidence": 0.9994023442268372
            },
            {
              "text": "ng",
              "start_ms": 61220,
              "end_ms": 61280,
              "confidence": 0.999987006187439
            },
            {
              "text": " s",
              "start_ms": 61400,
              "end_ms": 61460,
              "confidence": 0.927358865737915
            },
            {
              "text": "ực",
              "start_ms": 61460,
              "end_ms": 61520,
              "confidence": 0.999112069606781
            },
            {
              "text": " nh",
              "start_ms": 61640,
              "end_ms": 61700,
              "confidence": 0.9994930028915405
            },
            {
              "text": "ớ",
              "start_ms": 61700,
              "end_ms": 61760,
              "confidence": 0.9981995820999146
            },
            {
              "text": " lại",
              "start_ms": 61880,
              "end_ms": 61940,
              "confidence": 0.9997594952583313
            },
            {
              "text": " hình",
              "start_ms": 62120,
              "end_ms": 62180,
              "confidence": 0.9991658926010132
            },
            {
              "text": " d",
              "start_ms": 62360,
              "end_ms": 62420,
              "confidence": 0.9933254718780518
            },
            {
              "text": "áng",
              "start_ms": 62420,
              "end_ms": 62480,
              "confidence": 0.9937360286712646
            },
            {
              "text": " từ",
              "start_ms": 62720,
              "end_ms": 62780,
              "confidence": 0.935400128364563
            },
            {
              "text": " nghi",
              "start_ms": 62900,
              "end_ms": 62960,
              "confidence": 0.9444754719734192
            },
            {
              "text": "êm",
              "start_ms": 62960,
              "end_ms": 63020,
              "confidence": 0.9987820386886597
            },
            {
              "text": " của",
              "start_ms": 63260,
              "end_ms": 63320,
              "confidence": 0.9978238940238953
            },
            {
              "text": " Ph",
              "start_ms": 63560,
              "end_ms": 63620,
              "confidence": 0.9996665716171265
            },
            {
              "text": "ậ",
              "start_ms": 63680,
              "end_ms": 63740,
              "confidence": 0.9974729418754578
            },
            {
              "text": "t,",
              "start_ms": 63800,
              "end_ms": 63860,
              "confidence": 0.8669677972793579
            },
            {
              "text": " ông",
              "start_ms": 64280,
              "end_ms": 64340,
              "confidence": 0.9992270469665527
            },
            {
              "text": " li",
              "start_ms": 64520,
              "end_ms": 64580,
              "confidence": 0.998847484588623
            },
            {
              "text": "ền",
              "start_ms": 64580,
              "end_ms": 64640,
              "confidence": 0.9870794415473938
            },
            {
              "text": " ch",
              "start_ms": 64880,
              "end_ms": 64940,
              "confidence": 0.6734927296638489
            },
            {
              "text": "ị",
              "start_ms": 65000,
              "end_ms": 65060,
              "confidence": 0.9992526173591614
            },
            {
              "text": "u",
              "start_ms": 65060,
              "end_ms": 65120,
              "confidence": 0.998668909072876
            },
            {
              "text": " lại",
              "start_ms": 65420,
              "end_ms": 65480,
              "confidence": 0.7973483800888062
            },
            {
              "text": " như",
              "start_ms": 65960,
              "end_ms": 66020,
              "confidence": 0.9990253448486328
            },
            {
              "text": " khi",
              "start_ms": 66260,
              "end_ms": 66320,
              "confidence": 0.9993934035301208
            },
            {
              "text": " b",
              "start_ms": 66560,
              "end_ms": 66620,
              "confidence": 0.998086154460907
            },
            {
              "text": "ố",
              "start_ms": 66620,
              "end_ms": 66680,
              "confidence": 0.9996132254600525
            },
            {
              "text": " th",
              "start_ms": 66800,
              "end_ms": 66860,
              "confidence": 0.9990060925483704
            },
            {
              "text": "í",
              "start_ms": 66860,
              "end_ms": 66920,
              "confidence": 0.8323759436607361
            },
            {
              "text": " ch",
              "start_ms": 67040,
              "end_ms": 67100,
              "confidence": 0.9615516066551208
            },
            {
              "text": "út",
              "start_ms": 67040,
              "end_ms": 67100,
              "confidence": 0.9904068112373352
            },
            {
              "text": " đ",
              "start_ms": 67340,
              "end_ms": 67400,
              "confidence": 0.9953195452690125
            },
            {
              "text": "ỉnh",
              "start_ms": 67400,
              "end_ms": 67460,
              "confidence": 0.9993538856506348
            },
            {
              "text": " g",
              "start_ms": 67820,
              "end_ms": 67880,
              "confidence": 0.8240891098976135
            },
            {
              "text": "ì",
              "start_ms": 67880,
              "end_ms": 67940,
              "confidence": 0.9997552037239075
            },
            {
              "text": ".",
              "start_ms": 67940,
              "end_ms": 68000,
              "confidence": 0.9893851280212402
            },
            {
              "text": " T",
              "start_ms": 68660,
              "end_ms": 68720,
              "confidence": 0.998497486114502
            },
            {
              "text": "ối",
              "start_ms": 68720,
              "end_ms": 68780,
              "confidence": 0.9976235628128052
            },
            {
              "text": " h",
              "start_ms": 68900,
              "end_ms": 68960,
              "confidence": 0.9997504949569702
            },
            {
              "text": "ô",
              "start_ms": 68960,
              "end_ms": 69020,
              "confidence": 0.9999938011169434
            },
            {
              "text": "m",
              "start_ms": 69080,
              "end_ms": 69140,
              "confidence": 0.9998666048049927
            },
            {
              "text": " đó",
              "start_ms": 69320,
              "end_ms": 69380,
              "confidence": 0.9999625086784363
            },
            {
              "text": ",",
              "start_ms": 69380,
              "end_ms": 69440,
              "confidence": 0.9997561573982239
            },
            {
              "text": " v",
              "start_ms": 69560,
              "end_ms": 69620,
              "confidence": 0.9991361498832703
            },
            {
              "text": "ợ",
              "start_ms": 69620,
              "end_ms": 69680,
              "confidence": 0.9999684691429138
            },
            {
              "text": " ông",
              "start_ms": 69860,
              "end_ms": 69920,
              "confidence": 0.999823272228241
            },
            {
              "text": " l",
              "start_ms": 70040,
              "end_ms": 70100,
              "confidence": 0.9990047812461853
            },
            {
              "text": "ấy",
              "start_ms": 70100,
              "end_ms": 70160,
              "confidence": 0.99965900182724
            },
            {
              "text": " làm",
              "start_ms": 70340,
              "end_ms": 70400,
              "confidence": 0.9970113039016724
            },
            {
              "text": " l",
              "start_ms": 70640,
              "end_ms": 70700,
              "confidence": 0.982509195804596
            },
            {
              "text": "ạ",
              "start_ms": 70700,
              "end_ms": 70760,
              "confidence": 0.999823808670044
            },
            {
              "text": ",",
              "start_ms": 70820,
              "end_ms": 70880,
              "confidence": 0.9452646970748901
            },
            {
              "text": " g",
              "start_ms": 71060,
              "end_ms": 71120,
              "confidence": 0.9843608140945435
            },
            {
              "text": "ạn",
              "start_ms": 71120,
              "end_ms": 71180,
              "confidence": 0.7701295614242554
            },
            {
              "text": " h",
              "start_ms": 71300,
              "end_ms": 71360,
              "confidence": 0.9990684986114502
            },
            {
              "text": "ỏ",
              "start_ms": 71360,
              "end_ms": 71420,
              "confidence": 0.9999622106552124
            },
            {
              "text": "i",
              "start_ms": 71480,
              "end_ms": 71540,
              "confidence": 0.9908124208450317
            },
            {
              "text": " đầu",
              "start_ms": 71660,
              "end_ms": 71720,
              "confidence": 0.9990436434745789
            },
            {
              "text": " đ",
              "start_ms": 72020,
              "end_ms": 72080,
              "confidence": 0.964682400226593
            },
            {
              "text": "u",
              "start_ms": 72140,
              "end_ms": 72200,
              "confidence": 0.999040424823761
            },
            {
              "text": "ô",
              "start_ms": 72200,
              "end_ms": 72260,
              "confidence": 0.9739828109741211
            },
            {
              "text": "i.",
              "start_ms": 72200,
              "end_ms": 72260,
              "confidence": 0.8518410921096802
            },
            {
              "text": " Ông",
              "start_ms": 72680,
              "end_ms": 72740,
              "confidence": 0.9935718774795532
            },
            {
              "text": " b",
              "start_ms": 72920,
              "end_ms": 72980,
              "confidence": 0.9981729984283447
            },
            {
              "text": "èn",
              "start_ms": 72980,
              "end_ms": 73040,
              "confidence": 0.9996078014373779
            },
            {
              "text": " tu",
              "start_ms": 73220,
              "end_ms": 73280,
              "confidence": 0.9921055436134338
            },
            {
              "text": "ần",
              "start_ms": 73280,
              "end_ms": 73340,
              "confidence": 0.9984252452850342
            },
            {
              "text": " tự",
              "start_ms": 73520,
              "end_ms": 73580,
              "confidence": 0.9989079236984253
            },
            {
              "text": " thuật",
              "start_ms": 73820,
              "end_ms": 73880,
              "confidence": 0.9932576417922974
            },
            {
              "text": " l",
              "start_ms": 74300,
              "end_ms": 74360,
              "confidence": 0.973282516002655
            },
            {
              "text": "ạ",
              "start_ms": 74420,
              "end_ms": 74480,
              "confidence": 0.997669517993927
            },
            {
              "text": "i.",
              "start_ms": 74480,
              "end_ms": 74540,
              "confidence": 0.945919930934906
            },
            {
              "text": " Nh",
              "start_ms": 75080,
              "end_ms": 75140,
              "confidence": 0.9995324611663818
            },
            {
              "text": "ờ",
              "start_ms": 75140,
              "end_ms": 75200,
              "confidence": 0.9976527094841003
            },
            {
              "text": " thuật",
              "start_ms": 75380,
              "end_ms": 75440,
              "confidence": 0.9980397820472717
            },
            {
              "text": " l",
              "start_ms": 75740,
              "end_ms": 75800,
              "confidence": 0.9980637431144714
            },
            {
              "text": "ạ",
              "start_ms": 75800,
              "end_ms": 75860,
              "confidence": 0.9999321699142456
            },
            {
              "text": "i,",
              "start_ms": 75920,
              "end_ms": 75980,
              "confidence": 0.9995918869972229
            },
            {
              "text": " ông",
              "start_ms": 76160,
              "end_ms": 76220,
              "confidence": 0.9981264472007751
            },
            {
              "text": " nh",
              "start_ms": 76340,
              "end_ms": 76400,
              "confidence": 0.9987495541572571
            },
            {
              "text": "ớ",
              "start_ms": 76400,
              "end_ms": 76460,
              "confidence": 0.9999303221702576
            },
            {
              "text": " lại",
              "start_ms": 76580,
              "end_ms": 76640,
              "confidence": 0.9991217255592346
            },
            {
              "text": " r",
              "start_ms": 76820,
              "end_ms": 76880,
              "confidence": 0.9997534155845642
            },
            {
              "text": "õ",
              "start_ms": 76880,
              "end_ms": 76940,
              "confidence": 0.9997472167015076
            },
            {
              "text": " r",
              "start_ms": 77120,
              "end_ms": 77180,
              "confidence": 0.9989610910415649
            },
            {
              "text": "àng",
              "start_ms": 77180,
              "end_ms": 77240,
              "confidence": 0.9992383718490601
            },
            {
              "text": " hình",
              "start_ms": 77420,
              "end_ms": 77480,
              "confidence": 0.997402548789978
            },
            {
              "text": " d",
              "start_ms": 77660,
              "end_ms": 77720,
              "confidence": 0.9646936655044556
            },
            {
              "text": "ung",
              "start_ms": 77720,
              "end_ms": 77780,
              "confidence": 0.9992879629135132
            },
            {
              "text": " Đức",
              "start_ms": 77900,
              "end_ms": 77960,
              "confidence": 0.9805407524108887
            },
            {
              "text": " Ph",
              "start_ms": 78140,
              "end_ms": 78200,
              "confidence": 0.9985904097557068
            },
            {
              "text": "ật",
              "start_ms": 78200,
              "end_ms": 78260,
              "confidence": 0.9863353967666626
            },
            {
              "text": " và",
              "start_ms": 78500,
              "end_ms": 78560,
              "confidence": 0.9990812540054321
            },
            {
              "text": " l",
              "start_ms": 78680,
              "end_ms": 78740,
              "confidence": 0.9923573732376099
            },
            {
              "text": "ời",
              "start_ms": 78740,
              "end_ms": 78800,
              "confidence": 0.9997982382774353
            },
            {
              "text": " Ng",
              "start_ms": 78980,
              "end_ms": 79040,
              "confidence": 0.8122528195381165
            },
            {
              "text": "ài",
              "start_ms": 79040,
              "end_ms": 79100,
              "confidence": 0.9349783062934875
            },
            {
              "text": " d",
              "start_ms": 79400,
              "end_ms": 79460,
              "confidence": 0.9990019202232361
            },
            {
              "text": "ạ",
              "start_ms": 79460,
              "end_ms": 79520,
              "confidence": 0.9997997283935547
            },
            {
              "text": "y.",
              "start_ms": 79520,
              "end_ms": 79580,
              "confidence": 0.9487019777297974
            },
            {
              "text": " Đ",
              "start_ms": 80540,
              "end_ms": 80600,
              "confidence": 0.9182453751564026
            },
            {
              "text": "êm",
              "start_ms": 80660,
              "end_ms": 80720,
              "confidence": 0.9998242259025574
            },
            {
              "text": " h",
              "start_ms": 80840,
              "end_ms": 80900,
              "confidence": 0.9997029900550842
            },
            {
              "text": "ô",
              "start_ms": 80900,
              "end_ms": 80960,
              "confidence": 0.9999556541442871
            },
            {
              "text": "m",
              "start_ms": 80960,
              "end_ms": 81020,
              "confidence": 0.9998679161071777
            },
            {
              "text": " ",
              "start_ms": 81200,
              "end_ms": 81260,
              "confidence": 0.9991711378097534
            },
            {
              "text": "ấ",
              "start_ms": 81320,
              "end_ms": 81380,
              "confidence": 0.9988704919815063
            },
            {
              "text": "y,",
              "start_ms": 81380,
              "end_ms": 81440,
              "confidence": 0.9988793730735779
            },
            {
              "text": " ông",
              "start_ms": 81800,
              "end_ms": 81860,
              "confidence": 0.999737560749054
            },
            {
              "text": " su",
              "start_ms": 82100,
              "end_ms": 82160,
              "confidence": 0.9985253214836121
            },
            {
              "text": "y",
              "start_ms": 82160,
              "end_ms": 82220,
              "confidence": 0.9999290704727173
            },
            {
              "text": " ngh",
              "start_ms": 82340,
              "end_ms": 82400,
              "confidence": 0.9974988102912903
            },
            {
              "text": "ĩ",
              "start_ms": 82400,
              "end_ms": 82460,
              "confidence": 0.9944255352020264
            },
            {
              "text": " m",
              "start_ms": 82700,
              "end_ms": 82760,
              "confidence": 0.9972379803657532
            },
            {
              "text": "ong",
              "start_ms": 82820,
              "end_ms": 82880,
              "confidence": 0.6204550266265869
            },
            {
              "text": " l",
              "start_ms": 83120,
              "end_ms": 83180,
              "confidence": 0.9058514833450317
            },
            {
              "text": "ung.",
              "start_ms": 83240,
              "end_ms": 83300,
              "confidence": 0.9443996548652649
            },
            {
              "text": " Ông",
              "start_ms": 83900,
              "end_ms": 83960,
              "confidence": 0.999123752117157
            },
            {
              "text": " ngh",
              "start_ms": 84260,
              "end_ms": 84320,
              "confidence": 0.9887295365333557
            },
            {
              "text": "ĩ",
              "start_ms": 84440,
              "end_ms": 84500,
              "confidence": 0.9989100694656372
            },
            {
              "text": " nh",
              "start_ms": 84740,
              "end_ms": 84800,
              "confidence": 0.4679858088493347
            },
            {
              "text": "ớ",
              "start_ms": 85340,
              "end_ms": 85400,
              "confidence": 0.996235191822052
            },
            {
              "text": " Ph",
              "start_ms": 85760,
              "end_ms": 85820,
              "confidence": 0.9946146607398987
            },
            {
              "text": "ật",
              "start_ms": 85820,
              "end_ms": 85880,
              "confidence": 0.9238162636756897
            },
            {
              "text": " phải",
              "start_ms": 86180,
              "end_ms": 86240,
              "confidence": 0.9951964020729065
            },
            {
              "text": " nh",
              "start_ms": 86420,
              "end_ms": 86480,
              "confidence": 0.9994676113128662
            },
            {
              "text": "ớ",
              "start_ms": 86480,
              "end_ms": 86540,
              "confidence": 0.9996214509010315
            },
            {
              "text": " đến",
              "start_ms": 86720,
              "end_ms": 86780,
              "confidence": 0.9996601939201355
            },
            {
              "text": " người",
              "start_ms": 87020,
              "end_ms": 87080,
              "confidence": 0.9987167119979858
            },
            {
              "text": " ngh",
              "start_ms": 87260,
              "end_ms": 87320,
              "confidence": 0.9994506239891052
            },
            {
              "text": "è",
              "start_ms": 87380,
              "end_ms": 87440,
              "confidence": 0.9997876286506653
            },
            {
              "text": "o",
              "start_ms": 87440,
              "end_ms": 87500,
              "confidence": 0.9977676868438721
            },
            {
              "text": " kh",
              "start_ms": 87740,
              "end_ms": 87800,
              "confidence": 0.9997140765190125
            },
            {
              "text": "ổ",
              "start_ms": 87860,
              "end_ms": 87920,
              "confidence": 0.9998462200164795
            },
            {
              "text": ",",
              "start_ms": 87980,
              "end_ms": 88040,
              "confidence": 0.685616135597229
            },
            {
              "text": " t",
              "start_ms": 88460,
              "end_ms": 88520,
              "confidence": 0.9960090517997742
            },
            {
              "text": "ưởng",
              "start_ms": 88580,
              "end_ms": 88640,
              "confidence": 0.9996373653411865
            },
            {
              "text": " Ph",
              "start_ms": 88880,
              "end_ms": 88940,
              "confidence": 0.999011218547821
            },
            {
              "text": "ật",
              "start_ms": 88940,
              "end_ms": 89000,
              "confidence": 0.9999278783798218
            },
            {
              "text": " phải",
              "start_ms": 89120,
              "end_ms": 89180,
              "confidence": 0.9992523789405823
            },
            {
              "text": " t",
              "start_ms": 89360,
              "end_ms": 89420,
              "confidence": 0.999851644039154
            },
            {
              "text": "ưởng",
              "start_ms": 89420,
              "end_ms": 89480,
              "confidence": 0.9998373985290527
            },
            {
              "text": " đến",
              "start_ms": 89660,
              "end_ms": 89720,
              "confidence": 0.9998986124992371
            },
            {
              "text": " người",
              "start_ms": 89960,
              "end_ms": 90020,
              "confidence": 0.9993461966514587
            },
            {
              "text": " ngh",
              "start_ms": 90200,
              "end_ms": 90260,
              "confidence": 0.9997338056564331
            },
            {
              "text": "è",
              "start_ms": 90320,
              "end_ms": 90380,
              "confidence": 0.9999645948410034
            },
            {
              "text": "o",
              "start_ms": 90440,
              "end_ms": 90500,
              "confidence": 0.999713659286499
            },
            {
              "text": " kh",
              "start_ms": 90680,
              "end_ms": 90740,
              "confidence": 0.9998989105224609
            },
            {
              "text": "ổ",
              "start_ms": 90800,
              "end_ms": 90860,
              "confidence": 0.999995231628418
            },
            {
              "text": ",",
              "start_ms": 90860,
              "end_ms": 90920,
              "confidence": 0.9389504790306091
            },
            {
              "text": " nh",
              "start_ms": 91520,
              "end_ms": 91580,
              "confidence": 0.9985536336898804
            },
            {
              "text": "ớ",
              "start_ms": 91640,
              "end_ms": 91700,
              "confidence": 0.9998342990875244
            },
            {
              "text": " Ph",
              "start_ms": 91880,
              "end_ms": 91940,
              "confidence": 0.998830258846283
            },
            {
              "text": "ật",
              "start_ms": 91940,
              "end_ms": 92000,
              "confidence": 0.9999520778656006
            },
            {
              "text": " phải",
              "start_ms": 92180,
              "end_ms": 92240,
              "confidence": 0.998343825340271
            },
            {
              "text": " nh",
              "start_ms": 92360,
              "end_ms": 92420,
              "confidence": 0.9998562335968018
            },
            {
              "text": "ớ",
              "start_ms": 92420,
              "end_ms": 92480,
              "confidence": 0.9998584985733032
            },
            {
              "text": " đến",
              "start_ms": 92660,
              "end_ms": 92720,
              "confidence": 0.9992372989654541
            },
            {
              "text": " người",
              "start_ms": 92960,
              "end_ms": 93020,
              "confidence": 0.999829888343811
            },
            {
              "text": " kh",
              "start_ms": 93200,
              "end_ms": 93260,
              "confidence": 0.9996472001075745
            },
            {
              "text": "ổ",
              "start_ms": 93320,
              "end_ms": 93380,
              "confidence": 0.9997240304946899
            },
            {
              "text": " đ",
              "start_ms": 93680,
              "end_ms": 93740,
              "confidence": 0.9986182451248169
            },
            {
              "text": "au,",
              "start_ms": 93800,
              "end_ms": 93860,
              "confidence": 0.9790393710136414
            },
            {
              "text": " t",
              "start_ms": 94340,
              "end_ms": 94400,
              "confidence": 0.9956911206245422
            },
            {
              "text": "ưởng",
              "start_ms": 94520,
              "end_ms": 94580,
              "confidence": 0.9998229146003723
            },
            {
              "text": " Ph",
              "start_ms": 94760,
              "end_ms": 94820,
              "confidence": 0.9996224641799927
            },
            {
              "text": "ật",
              "start_ms": 94820,
              "end_ms": 94880,
              "confidence": 0.9994909763336182
            },
            {
              "text": " phải",
              "start_ms": 95060,
              "end_ms": 95120,
              "confidence": 0.999402642250061
            },
            {
              "text": " t",
              "start_ms": 95240,
              "end_ms": 95300,
              "confidence": 0.9997023940086365
            },
            {
              "text": "ưởng",
              "start_ms": 95300,
              "end_ms": 95360,
              "confidence": 0.9996169805526733
            },
            {
              "text": " đến",
              "start_ms": 95540,
              "end_ms": 95600,
              "confidence": 0.9983952641487122
            },
            {
              "text": " người",
              "start_ms": 95840,
              "end_ms": 95900,
              "confidence": 0.9987217783927917
            },
            {
              "text": " kh",
              "start_ms": 96140,
              "end_ms": 96200,
              "confidence": 0.999134361743927
            },
            {
              "text": "ổ",
              "start_ms": 96200,
              "end_ms": 96260,
              "confidence": 0.9999353885650635
            },
            {
              "text": " đ",
              "start_ms": 96560,
              "end_ms": 96620,
              "confidence": 0.9984785318374634
            },
            {
              "text": "au.",
              "start_ms": 96740,
              "end_ms": 96800,
              "confidence": 0.9680246114730835
            },
            {
              "text": " R",
              "start_ms": 97580,
              "end_ms": 97640,
              "confidence": 0.9934939742088318
            },
            {
              "text": "ồi",
              "start_ms": 97700,
              "end_ms": 97760,
              "confidence": 0.9794520139694214
            },
            {
              "text": " m",
              "start_ms": 97940,
              "end_ms": 98000,
              "confidence": 0.9961815476417542
            },
            {
              "text": "ới",
              "start_ms": 98060,
              "end_ms": 98120,
              "confidence": 0.9910596609115601
            },
            {
              "text": " s",
              "start_ms": 98360,
              "end_ms": 98420,
              "confidence": 0.9992626309394836
            },
            {
              "text": "áng",
              "start_ms": 98420,
              "end_ms": 98480,
              "confidence": 0.9999505281448364
            },
            {
              "text": ",",
              "start_ms": 98480,
              "end_ms": 98540,
              "confidence": 0.9986118674278259
            },
            {
              "text": " ông",
              "start_ms": 98660,
              "end_ms": 98720,
              "confidence": 0.9996820688247681
            },
            {
              "text": " đi",
              "start_ms": 98840,
              "end_ms": 98900,
              "confidence": 0.9997806549072266
            },
            {
              "text": " t",
              "start_ms": 98960,
              "end_ms": 99020,
              "confidence": 0.9993119835853577
            },
            {
              "text": "ì",
              "start_ms": 99080,
              "end_ms": 99140,
              "confidence": 0.9999942779541016
            },
            {
              "text": "m",
              "start_ms": 99140,
              "end_ms": 99200,
              "confidence": 0.9991019368171692
            },
            {
              "text": " Ph",
              "start_ms": 99440,
              "end_ms": 99500,
              "confidence": 0.9992117285728455
            },
            {
              "text": "ậ",
              "start_ms": 99560,
              "end_ms": 99620,
              "confidence": 0.9977207183837891
            },
            {
              "text": "t.",
              "start_ms": 99620,
              "end_ms": 99680,
              "confidence": 0.9990631937980652
            },
            {
              "text": " Gi",
              "start_ms": 100220,
              "end_ms": 100280,
              "confidence": 0.9981188178062439
            },
            {
              "text": "ữ",
              "start_ms": 100280,
              "end_ms": 100340,
              "confidence": 0.9999573230743408
            },
            {
              "text": "a",
              "start_ms": 100340,
              "end_ms": 100400,
              "confidence": 0.9996930956840515
            },
            {
              "text": " đường",
              "start_ms": 100700,
              "end_ms": 100760,
              "confidence": 0.9996952414512634
            },
            {
              "text": ",",
              "start_ms": 100880,
              "end_ms": 100940,
              "confidence": 0.9987525939941406
            },
            {
              "text": " ông",
              "start_ms": 101060,
              "end_ms": 101120,
              "confidence": 0.9997512698173523
            },
            {
              "text": " g",
              "start_ms": 101240,
              "end_ms": 101300,
              "confidence": 0.9998084306716919
            },
            {
              "text": "ặ",
              "start_ms": 101300,
              "end_ms": 101360,
              "confidence": 0.9999637007713318
            },
            {
              "text": "p",
              "start_ms": 101360,
              "end_ms": 101420,
              "confidence": 0.9999707937240601
            },
            {
              "text": " một",
              "start_ms": 101540,
              "end_ms": 101600,
              "confidence": 0.9997929334640503
            },
            {
              "text": " người",
              "start_ms": 101660,
              "end_ms": 101720,
              "confidence": 0.999265193939209
            },
            {
              "text": " hành",
              "start_ms": 101900,
              "end_ms": 101960,
              "confidence": 0.9496923089027405
            },
            {
              "text": " kh",
              "start_ms": 102080,
              "end_ms": 102140,
              "confidence": 0.9990286827087402
            },
            {
              "text": "ất",
              "start_ms": 102140,
              "end_ms": 102200,
              "confidence": 0.9912189841270447
            },
            {
              "text": " ",
              "start_ms": 102380,
              "end_ms": 102440,
              "confidence": 0.9995602965354919
            },
            {
              "text": "ố",
              "start_ms": 102440,
              "end_ms": 102500,
              "confidence": 0.9976340532302856
            },
            {
              "text": "m",
              "start_ms": 102500,
              "end_ms": 102560,
              "confidence": 0.9968806505203247
            },
            {
              "text": " li",
              "start_ms": 102680,
              "end_ms": 102740,
              "confidence": 0.9981048107147217
            },
            {
              "text": "ệt",
              "start_ms": 102740,
              "end_ms": 102800,
              "confidence": 0.9170021414756775
            },
            {
              "text": " b",
              "start_ms": 102920,
              "end_ms": 102980,
              "confidence": 0.9979713559150696
            },
            {
              "text": "ên",
              "start_ms": 102980,
              "end_ms": 103040,
              "confidence": 0.9992133378982544
            },
            {
              "text": " v",
              "start_ms": 103160,
              "end_ms": 103220,
              "confidence": 0.5806297063827515
            },
            {
              "text": "ệ",
              "start_ms": 103220,
              "end_ms": 103280,
              "confidence": 0.9438108801841736
            },
            {
              "text": " đường",
              "start_ms": 103640,
              "end_ms": 103700,
              "confidence": 0.9980075359344482
            },
            {
              "text": ".",
              "start_ms": 103820,
              "end_ms": 103880,
              "confidence": 0.9961131811141968
            },
            {
              "text": " Kh",
              "start_ms": 104420,
              "end_ms": 104480,
              "confidence": 0.99741131067276
            },
            {
              "text": "ông",
              "start_ms": 104480,
              "end_ms": 104540,
              "confidence": 0.9968716502189636
            },
            {
              "text": " su",
              "start_ms": 104660,
              "end_ms": 104720,
              "confidence": 0.9993829727172852
            },
            {
              "text": "y",
              "start_ms": 104720,
              "end_ms": 104780,
              "confidence": 0.9996830224990845
            },
            {
              "text": " ngh",
              "start_ms": 104960,
              "end_ms": 105020,
              "confidence": 0.994590163230896
            },
            {
              "text": "ĩ",
              "start_ms": 105080,
              "end_ms": 105140,
              "confidence": 0.9999730587005615
            },
            {
              "text": ",",
              "start_ms": 105200,
              "end_ms": 105260,
              "confidence": 0.9908032417297363
            },
            {
              "text": " ông",
              "start_ms": 105560,
              "end_ms": 105620,
              "confidence": 0.9996265172958374
            },
            {
              "text": " đến",
              "start_ms": 105860,
              "end_ms": 105920,
              "confidence": 0.9976425766944885
            },
            {
              "text": " ",
              "start_ms": 106040,
              "end_ms": 106100,
              "confidence": 0.9952728152275085
            },
            {
              "text": "ân",
              "start_ms": 106100,
              "end_ms": 106160,
              "confidence": 0.999349057674408
            },
            {
              "text": " c",
              "start_ms": 106280,
              "end_ms": 106340,
              "confidence": 0.9986937642097473
            },
            {
              "text": "ần",
              "start_ms": 106340,
              "end_ms": 106400,
              "confidence": 0.7295297980308533
            },
            {
              "text": " h",
              "start_ms": 106580,
              "end_ms": 106640,
              "confidence": 0.9991216063499451
            },
            {
              "text": "ỏ",
              "start_ms": 106640,
              "end_ms": 106700,
              "confidence": 0.9999446868896484
            },
            {
              "text": "i",
              "start_ms": 106760,
              "end_ms": 106820,
              "confidence": 0.9962115287780762
            },
            {
              "text": " han",
              "start_ms": 107060,
              "end_ms": 107120,
              "confidence": 0.9802258610725403
            },
            {
              "text": " và",
              "start_ms": 107480,
              "end_ms": 107540,
              "confidence": 0.9977340698242188
            },
            {
              "text": " d",
              "start_ms": 107720,
              "end_ms": 107780,
              "confidence": 0.9970014691352844
            },
            {
              "text": "ốc",
              "start_ms": 107840,
              "end_ms": 107900,
              "confidence": 0.9660228490829468
            },
            {
              "text": " h",
              "start_ms": 107960,
              "end_ms": 108020,
              "confidence": 0.9998847246170044
            },
            {
              "text": "ết",
              "start_ms": 108020,
              "end_ms": 108080,
              "confidence": 0.9993079304695129
            },
            {
              "text": " ti",
              "start_ms": 108200,
              "end_ms": 108260,
              "confidence": 0.9997656941413879
            },
            {
              "text": "ền",
              "start_ms": 108260,
              "end_ms": 108320,
              "confidence": 0.9981945157051086
            },
            {
              "text": " trong",
              "start_ms": 108500,
              "end_ms": 108560,
              "confidence": 0.9991495609283447
            },
            {
              "text": " t",
              "start_ms": 108680,
              "end_ms": 108740,
              "confidence": 0.9995929598808289
            },
            {
              "text": "ú",
              "start_ms": 108800,
              "end_ms": 108860,
              "confidence": 0.9999161958694458
            },
            {
              "text": "i",
              "start_ms": 108860,
              "end_ms": 108920,
              "confidence": 0.9996989965438843
            },
            {
              "text": " ra",
              "start_ms": 109160,
              "end_ms": 109220,
              "confidence": 0.9998425841331482
            },
            {
              "text": " ch",
              "start_ms": 109520,
              "end_ms": 109580,
              "confidence": 0.7655252814292908
            },
            {
              "text": "o.",
              "start_ms": 109580,
              "end_ms": 109640,
              "confidence": 0.9997695088386536
            },
            {
              "text": " Ng",
              "start_ms": 110480,
              "end_ms": 110540,
              "confidence": 0.9981850981712341
            },
            {
              "text": "ười",
              "start_ms": 110540,
              "end_ms": 110600,
              "confidence": 0.9993471503257751
            },
            {
              "text": " ",
              "start_ms": 110780,
              "end_ms": 110840,
              "confidence": 0.9996147751808167
            },
            {
              "text": "ấy",
              "start_ms": 110840,
              "end_ms": 110900,
              "confidence": 0.9999552369117737
            },
            {
              "text": " e",
              "start_ms": 111140,
              "end_ms": 111200,
              "confidence": 0.993023157119751
            },
            {
              "text": " s",
              "start_ms": 111380,
              "end_ms": 111440,
              "confidence": 0.9991083741188049
            },
            {
              "text": "ợ",
              "start_ms": 111440,
              "end_ms": 111500,
              "confidence": 0.9993674755096436
            },
            {
              "text": ",",
              "start_ms": 111740,
              "end_ms": 111800,
              "confidence": 0.44196388125419617
            },
            {
              "text": " c",
              "start_ms": 111740,
              "end_ms": 111800,
              "confidence": 0.6498419642448425
            },
            {
              "text": "ám",
              "start_ms": 111800,
              "end_ms": 111860,
              "confidence": 0.9988099932670593
            },
            {
              "text": " ",
              "start_ms": 111980,
              "end_ms": 112040,
              "confidence": 0.9995723366737366
            },
            {
              "text": "ơn",
              "start_ms": 112040,
              "end_ms": 112100,
              "confidence": 0.985403835773468
            },
            {
              "text": " r",
              "start_ms": 112280,
              "end_ms": 112340,
              "confidence": 0.9975013136863708
            },
            {
              "text": "ối",
              "start_ms": 112400,
              "end_ms": 112460,
              "confidence": 0.9983230233192444
            },
            {
              "text": " r",
              "start_ms": 112760,
              "end_ms": 112820,
              "confidence": 0.9974443912506104
            },
            {
              "text": "ít",
              "start_ms": 112760,
              "end_ms": 112820,
              "confidence": 0.631815493106842
            },
            {
              "text": ",",
              "start_ms": 112880,
              "end_ms": 112940,
              "confidence": 0.9894070029258728
            },
            {
              "text": " nhưng",
              "start_ms": 113360,
              "end_ms": 113420,
              "confidence": 0.9992400407791138
            },
            {
              "text": " ông",
              "start_ms": 113720,
              "end_ms": 113780,
              "confidence": 0.999262809753418
            },
            {
              "text": " chỉ",
              "start_ms": 113900,
              "end_ms": 113960,
              "confidence": 0.9992049336433411
            },
            {
              "text": " b",
              "start_ms": 114320,
              "end_ms": 114380,
              "confidence": 0.9942405819892883
            },
            {
              "text": "ảo",
              "start_ms": 114500,
              "end_ms": 114560,
              "confidence": 0.9706391096115112
            },
            {
              "text": ":",
              "start_ms": 114740,
              "end_ms": 114800,
              "confidence": 0.9701496958732605
            },
            {
              "text": " \"V",
              "start_ms": 115400,
              "end_ms": 115460,
              "confidence": 0.8410366177558899
            },
            {
              "text": "ì",
              "start_ms": 115460,
              "end_ms": 115520,
              "confidence": 0.9965722560882568
            },
            {
              "text": " t",
              "start_ms": 115580,
              "end_ms": 115640,
              "confidence": 0.9978526830673218
            },
            {
              "text": "ưởng",
              "start_ms": 115640,
              "end_ms": 115700,
              "confidence": 0.9994598031044006
            },
            {
              "text": " nh",
              "start_ms": 115820,
              "end_ms": 115880,
              "confidence": 0.9945921301841736
            },
            {
              "text": "ớ",
              "start_ms": 115940,
              "end_ms": 116000,
              "confidence": 0.9995895028114319
            },
            {
              "text": " Ph",
              "start_ms": 116120,
              "end_ms": 116180,
              "confidence": 0.9927207231521606
            },
            {
              "text": "ật",
              "start_ms": 116180,
              "end_ms": 116240,
              "confidence": 0.8794546723365784
            },
            {
              "text": " n",
              "start_ms": 116360,
              "end_ms": 116420,
              "confidence": 0.9997557997703552
            },
            {
              "text": "ên",
              "start_ms": 116420,
              "end_ms": 116480,
              "confidence": 0.9978420734405518
            },
            {
              "text": " t",
              "start_ms": 116540,
              "end_ms": 116600,
              "confidence": 0.9982617497444153
            },
            {
              "text": "ôi",
              "start_ms": 116600,
              "end_ms": 116660,
              "confidence": 0.9991937279701233
            },
            {
              "text": " gi",
              "start_ms": 116720,
              "end_ms": 116780,
              "confidence": 0.9985861778259277
            },
            {
              "text": "úp",
              "start_ms": 116780,
              "end_ms": 116840,
              "confidence": 0.9996564984321594
            },
            {
              "text": " an",
              "start_ms": 117140,
              "end_ms": 117200,
              "confidence": 0.9932528138160706
            },
            {
              "text": "h.",
              "start_ms": 117260,
              "end_ms": 117320,
              "confidence": 0.9668702483177185
            },
            {
              "text": " Anh",
              "start_ms": 117800,
              "end_ms": 117860,
              "confidence": 0.9950843453407288
            },
            {
              "text": " nhận",
              "start_ms": 118040,
              "end_ms": 118100,
              "confidence": 0.9989584684371948
            },
            {
              "text": " ti",
              "start_ms": 118280,
              "end_ms": 118340,
              "confidence": 0.9995551705360413
            },
            {
              "text": "ền",
              "start_ms": 118400,
              "end_ms": 118460,
              "confidence": 0.9992485642433167
            },
            {
              "text": " này",
              "start_ms": 118580,
              "end_ms": 118640,
              "confidence": 0.9683581590652466
            },
            {
              "text": " khi",
              "start_ms": 118820,
              "end_ms": 118880,
              "confidence": 0.9996860027313232
            },
            {
              "text": "ến",
              "start_ms": 118880,
              "end_ms": 118940,
              "confidence": 0.9994223117828369
            },
            {
              "text": " t",
              "start_ms": 119060,
              "end_ms": 119120,
              "confidence": 0.9990874528884888
            },
            {
              "text": "ôi",
              "start_ms": 119120,
              "end_ms": 119180,
              "confidence": 0.9997101426124573
            },
            {
              "text": " được",
              "start_ms": 119300,
              "end_ms": 119360,
              "confidence": 0.9996198415756226
            },
            {
              "text": " ph",
              "start_ms": 119600,
              "end_ms": 119660,
              "confidence": 0.9576588273048401
            },
            {
              "text": "ước",
              "start_ms": 119720,
              "end_ms": 119780,
              "confidence": 0.9999097585678101
            },
            {
              "text": ".",
              "start_ms": 119840,
              "end_ms": 119900,
              "confidence": 0.8087493181228638
            },
            {
              "text": " Th",
              "start_ms": 120140,
              "end_ms": 120200,
              "confidence": 0.9990097284317017
            },
            {
              "text": "ế",
              "start_ms": 120200,
              "end_ms": 120260,
              "confidence": 0.9999905824661255
            },
            {
              "text": " là",
              "start_ms": 120380,
              "end_ms": 120440,
              "confidence": 0.9988948106765747
            },
            {
              "text": " t",
              "start_ms": 120560,
              "end_ms": 120620,
              "confidence": 0.998502254486084
            },
            {
              "text": "ôi",
              "start_ms": 120620,
              "end_ms": 120680,
              "confidence": 0.9987316131591797
            },
            {
              "text": " ",
              "start_ms": 120800,
              "end_ms": 120860,
              "confidence": 0.9991820454597473
            },
            {
              "text": "ơn",
              "start_ms": 120920,
              "end_ms": 120980,
              "confidence": 0.9957984089851379
            },
            {
              "text": " an",
              "start_ms": 121220,
              "end_ms": 121280,
              "confidence": 0.5289563536643982
            },
            {
              "text": "h,",
              "start_ms": 121340,
              "end_ms": 121400,
              "confidence": 0.8928722739219666
            },
            {
              "text": " ch",
              "start_ms": 121520,
              "end_ms": 121580,
              "confidence": 0.9871800541877747
            },
            {
              "text": "ứ",
              "start_ms": 121580,
              "end_ms": 121640,
              "confidence": 0.9054505825042725
            },
            {
              "text": " n",
              "start_ms": 121760,
              "end_ms": 121820,
              "confidence": 0.9920278191566467
            },
            {
              "text": "ào",
              "start_ms": 121820,
              "end_ms": 121880,
              "confidence": 0.9996492862701416
            },
            {
              "text": " anh",
              "start_ms": 122000,
              "end_ms": 122060,
              "confidence": 0.9918822050094604
            },
            {
              "text": " ",
              "start_ms": 122120,
              "end_ms": 122180,
              "confidence": 0.9987901449203491
            },
            {
              "text": "ơn",
              "start_ms": 122180,
              "end_ms": 122240,
              "confidence": 0.9862589836120605
            },
            {
              "text": " g",
              "start_ms": 122420,
              "end_ms": 122480,
              "confidence": 0.9377818703651428
            },
            {
              "text": "ì",
              "start_ms": 122540,
              "end_ms": 122600,
              "confidence": 0.9999790191650391
            },
            {
              "text": " t",
              "start_ms": 122780,
              "end_ms": 122840,
              "confidence": 0.9569547772407532
            },
            {
              "text": "ô",
              "start_ms": 122900,
              "end_ms": 122960,
              "confidence": 0.7016829252243042
            },
            {
              "text": "i.",
              "start_ms": 123020,
              "end_ms": 123080,
              "confidence": 0.9992623925209045
            },
            {
              "text": "\"",
              "start_ms": 123200,
              "end_ms": 123260,
              "confidence": 0.998977541923523
            },
            {
              "text": " Ng",
              "start_ms": 124100,
              "end_ms": 124160,
              "confidence": 0.9967655539512634
            },
            {
              "text": "ười",
              "start_ms": 124280,
              "end_ms": 124340,
              "confidence": 0.999895453453064
            },
            {
              "text": " hành",
              "start_ms": 124340,
              "end_ms": 124400,
              "confidence": 0.9975332617759705
            },
            {
              "text": " kh",
              "start_ms": 124580,
              "end_ms": 124640,
              "confidence": 0.9991146922111511
            },
            {
              "text": "ất",
              "start_ms": 124640,
              "end_ms": 124700,
              "confidence": 0.9997256398200989
            },
            {
              "text": " ng",
              "start_ms": 124940,
              "end_ms": 125000,
              "confidence": 0.9992902278900146
            },
            {
              "text": "he",
              "start_ms": 125000,
              "end_ms": 125060,
              "confidence": 0.9995290040969849
            },
            {
              "text": " thế",
              "start_ms": 125240,
              "end_ms": 125300,
              "confidence": 0.9891330599784851
            },
            {
              "text": " l",
              "start_ms": 125480,
              "end_ms": 125540,
              "confidence": 0.5881015658378601
            },
            {
              "text": "ấy",
              "start_ms": 125540,
              "end_ms": 125600,
              "confidence": 0.997488260269165
            },
            {
              "text": " làm",
              "start_ms": 125780,
              "end_ms": 125840,
              "confidence": 0.9994295239448547
            },
            {
              "text": " l",
              "start_ms": 126140,
              "end_ms": 126200,
              "confidence": 0.999327540397644
            },
            {
              "text": "ạ",
              "start_ms": 126140,
              "end_ms": 126200,
              "confidence": 0.9992126226425171
            },
            {
              "text": ",",
              "start_ms": 126440,
              "end_ms": 126500,
              "confidence": 0.6549697518348694
            },
            {
              "text": " vì",
              "start_ms": 126740,
              "end_ms": 126800,
              "confidence": 0.9951810836791992
            },
            {
              "text": " không",
              "start_ms": 126980,
              "end_ms": 127040,
              "confidence": 0.9994662404060364
            },
            {
              "text": " l",
              "start_ms": 127220,
              "end_ms": 127280,
              "confidence": 0.9306300282478333
            },
            {
              "text": "ạ",
              "start_ms": 127280,
              "end_ms": 127340,
              "confidence": 0.9830964803695679
            },
            {
              "text": " g",
              "start_ms": 127460,
              "end_ms": 127520,
              "confidence": 0.9223766326904297
            },
            {
              "text": "ì",
              "start_ms": 127520,
              "end_ms": 127580,
              "confidence": 0.9999363422393799
            },
            {
              "text": " tính",
              "start_ms": 127700,
              "end_ms": 127760,
              "confidence": 0.959662675857544
            },
            {
              "text": " n",
              "start_ms": 127880,
              "end_ms": 127940,
              "confidence": 0.9989616870880127
            },
            {
              "text": "ết",
              "start_ms": 127940,
              "end_ms": 128000,
              "confidence": 0.9898715615272522
            },
            {
              "text": " của",
              "start_ms": 128180,
              "end_ms": 128240,
              "confidence": 0.9995038509368896
            },
            {
              "text": " ông",
              "start_ms": 128360,
              "end_ms": 128420,
              "confidence": 0.9997900128364563
            },
            {
              "text": " và",
              "start_ms": 128600,
              "end_ms": 128660,
              "confidence": 0.9986687898635864
            },
            {
              "text": " u",
              "start_ms": 128720,
              "end_ms": 128780,
              "confidence": 0.9938607215881348
            },
            {
              "text": "y",
              "start_ms": 128840,
              "end_ms": 128900,
              "confidence": 0.999480664730072
            },
            {
              "text": " danh",
              "start_ms": 128960,
              "end_ms": 129020,
              "confidence": 0.999628484249115
            },
            {
              "text": " của",
              "start_ms": 129200,
              "end_ms": 129260,
              "confidence": 0.9998887181282043
            },
            {
              "text": " Đức",
              "start_ms": 129380,
              "end_ms": 129440,
              "confidence": 0.9691881537437439
            },
            {
              "text": " Ph",
              "start_ms": 129560,
              "end_ms": 129620,
              "confidence": 0.9997024536132812
            },
            {
              "text": "ật",
              "start_ms": 129620,
              "end_ms": 129680,
              "confidence": 0.9564247131347656
            },
            {
              "text": " nữ",
              "start_ms": 129980,
              "end_ms": 130040,
              "confidence": 0.9976179599761963
            },
            {
              "text": "a.",
              "start_ms": 130100,
              "end_ms": 130160,
              "confidence": 0.9992277026176453
            },
            {
              "text": " B",
              "start_ms": 131300,
              "end_ms": 131360,
              "confidence": 0.9973403811454773
            },
            {
              "text": "ỗ",
              "start_ms": 131420,
              "end_ms": 131480,
              "confidence": 0.9999516010284424
            },
            {
              "text": "ng",
              "start_ms": 131480,
              "end_ms": 131540,
              "confidence": 0.9999850988388062
            },
            {
              "text": " nhiên",
              "start_ms": 131660,
              "end_ms": 131720,
              "confidence": 0.9976378083229065
            },
            {
              "text": ",",
              "start_ms": 131840,
              "end_ms": 131900,
              "confidence": 0.9914044141769409
            },
            {
              "text": " người",
              "start_ms": 132020,
              "end_ms": 132080,
              "confidence": 0.9985942244529724
            },
            {
              "text": " ",
              "start_ms": 132260,
              "end_ms": 132320,
              "confidence": 0.9997959733009338
            },
            {
              "text": "ấy",
              "start_ms": 132320,
              "end_ms": 132380,
              "confidence": 0.9995893836021423
            },
            {
              "text": " c",
              "start_ms": 132500,
              "end_ms": 132560,
              "confidence": 0.9976540207862854
            },
            {
              "text": "ất",
              "start_ms": 132560,
              "end_ms": 132620,
              "confidence": 0.999204695224762
            },
            {
              "text": " tiếng",
              "start_ms": 132740,
              "end_ms": 132800,
              "confidence": 0.9975662231445312
            },
            {
              "text": " ni",
              "start_ms": 133160,
              "end_ms": 133220,
              "confidence": 0.9820888042449951
            },
            {
              "text": "ệm",
              "start_ms": 133220,
              "end_ms": 133280,
              "confidence": 0.9676295518875122
            },
            {
              "text": ":",
              "start_ms": 133460,
              "end_ms": 133520,
              "confidence": 0.9462718367576599
            },
            {
              "text": " \"N",
              "start_ms": 134240,
              "end_ms": 134300,
              "confidence": 0.9795349836349487
            },
            {
              "text": "am",
              "start_ms": 134480,
              "end_ms": 134540,
              "confidence": 0.9965121150016785
            },
            {
              "text": " M",
              "start_ms": 134780,
              "end_ms": 134840,
              "confidence": 0.5279713869094849
            },
            {
              "text": "ô",
              "start_ms": 134780,
              "end_ms": 134780,
              "confidence": 0.9984146356582642
            },
            {
              "text": " B",
              "start_ms": 135080,
              "end_ms": 135140,
              "confidence": 0.9943146109580994
            },
            {
              "text": "ổ",
              "start_ms": 135140,
              "end_ms": 135200,
              "confidence": 0.9997137188911438
            },
            {
              "text": "n",
              "start_ms": 135200,
              "end_ms": 135260,
              "confidence": 0.9998829364776611
            },
            {
              "text": " S",
              "start_ms": 135380,
              "end_ms": 135440,
              "confidence": 0.9994605183601379
            },
            {
              "text": "ư",
              "start_ms": 135440,
              "end_ms": 135500,
              "confidence": 0.9997727274894714
            },
            {
              "text": " Th",
              "start_ms": 135680,
              "end_ms": 135740,
              "confidence": 0.9003689885139465
            },
            {
              "text": "ích",
              "start_ms": 135740,
              "end_ms": 135800,
              "confidence": 0.999285876750946
            },
            {
              "text": " Ca",
              "start_ms": 135860,
              "end_ms": 135920,
              "confidence": 0.9969415068626404
            },
            {
              "text": " M",
              "start_ms": 136280,
              "end_ms": 136340,
              "confidence": 0.999815046787262
            },
            {
              "text": "âu",
              "start_ms": 136340,
              "end_ms": 136400,
              "confidence": 0.9994949102401733
            },
            {
              "text": " Ni",
              "start_ms": 136520,
              "end_ms": 136580,
              "confidence": 0.9991334080696106
            },
            {
              "text": " Ph",
              "start_ms": 136760,
              "end_ms": 136820,
              "confidence": 0.9994816184043884
            },
            {
              "text": "ậ",
              "start_ms": 136880,
              "end_ms": 136940,
              "confidence": 0.9390283823013306
            },
            {
              "text": "t,",
              "start_ms": 137000,
              "end_ms": 137060,
              "confidence": 0.7772486209869385
            },
            {
              "text": " k",
              "start_ms": 137900,
              "end_ms": 137960,
              "confidence": 0.8903475999832153
            },
            {
              "text": "ính",
              "start_ms": 138020,
              "end_ms": 138080,
              "confidence": 0.9996436238288879
            },
            {
              "text": " l",
              "start_ms": 138320,
              "end_ms": 138380,
              "confidence": 0.9990543723106384
            },
            {
              "text": "ễ",
              "start_ms": 138380,
              "end_ms": 138440,
              "confidence": 0.9933985471725464
            },
            {
              "text": " đ",
              "start_ms": 138680,
              "end_ms": 138740,
              "confidence": 0.7792249917984009
            },
            {
              "text": "ấ",
              "start_ms": 138740,
              "end_ms": 138800,
              "confidence": 0.9421665668487549
            },
            {
              "text": "ng",
              "start_ms": 138800,
              "end_ms": 138860,
              "confidence": 0.9999829530715942
            },
            {
              "text": " gi",
              "start_ms": 139040,
              "end_ms": 139100,
              "confidence": 0.8730286359786987
            },
            {
              "text": "ác",
              "start_ms": 139100,
              "end_ms": 139160,
              "confidence": 0.9982234835624695
            },
            {
              "text": " ng",
              "start_ms": 139460,
              "end_ms": 139520,
              "confidence": 0.9992755651473999
            },
            {
              "text": "ộ",
              "start_ms": 139580,
              "end_ms": 139640,
              "confidence": 0.9999470710754395
            },
            {
              "text": ".\"",
              "start_ms": 139640,
              "end_ms": 139700,
              "confidence": 0.9791850447654724
            },
            {
              "text": " Ông",
              "start_ms": 140360,
              "end_ms": 140420,
              "confidence": 0.9900522232055664
            },
            {
              "text": " ho",
              "start_ms": 140600,
              "end_ms": 140660,
              "confidence": 0.9142195582389832
            },
            {
              "text": "àng",
              "start_ms": 140720,
              "end_ms": 140780,
              "confidence": 0.9995296597480774
            },
            {
              "text": " cũng",
              "start_ms": 140840,
              "end_ms": 140900,
              "confidence": 0.9928229451179504
            },
            {
              "text": " b",
              "start_ms": 141020,
              "end_ms": 141080,
              "confidence": 0.9980531930923462
            },
            {
              "text": "ất",
              "start_ms": 141080,
              "end_ms": 141140,
              "confidence": 0.9838413000106812
            },
            {
              "text": " gi",
              "start_ms": 141260,
              "end_ms": 141320,
              "confidence": 0.9908789992332458
            },
            {
              "text": "ác",
              "start_ms": 141380,
              "end_ms": 141440,
              "confidence": 0.9998335838317871
            },
            {
              "text": " ni",
              "start_ms": 141560,
              "end_ms": 141620,
              "confidence": 0.9833998680114746
            },
            {
              "text": "ệm",
              "start_ms": 141620,
              "end_ms": 141680,
              "confidence": 0.9997022747993469
            },
            {
              "text": " theo",
              "start_ms": 141920,
              "end_ms": 141980,
              "confidence": 0.9875693917274475
            },
            {
              "text": " và",
              "start_ms": 142280,
              "end_ms": 142340,
              "confidence": 0.9992877840995789
            },
            {
              "text": " đi",
              "start_ms": 142460,
              "end_ms": 142520,
              "confidence": 0.9968785047531128
            },
            {
              "text": " m",
              "start_ms": 142760,
              "end_ms": 142820,
              "confidence": 0.9983559250831604
            },
            {
              "text": "au",
              "start_ms": 142940,
              "end_ms": 143000,
              "confidence": 0.99919193983078
            },
            {
              "text": " t",
              "start_ms": 143000,
              "end_ms": 143060,
              "confidence": 0.9942634701728821
            },
            {
              "text": "ì",
              "start_ms": 143060,
              "end_ms": 143120,
              "confidence": 0.9999434947967529
            },
            {
              "text": "m",
              "start_ms": 143180,
              "end_ms": 143240,
              "confidence": 0.9990000128746033
            },
            {
              "text": " Ph",
              "start_ms": 143420,
              "end_ms": 143480,
              "confidence": 0.9984349608421326
            },
            {
              "text": "ậ",
              "start_ms": 143540,
              "end_ms": 143600,
              "confidence": 0.9978836178779602
            },
            {
              "text": "t.",
              "start_ms": 143600,
              "end_ms": 143660,
              "confidence": 0.999702513217926
            },
            {
              "text": " K",
              "start_ms": 144140,
              "end_ms": 144200,
              "confidence": 0.9990708231925964
            },
            {
              "text": "hi",
              "start_ms": 144200,
              "end_ms": 144260,
              "confidence": 0.9999822378158569
            },
            {
              "text": " g",
              "start_ms": 144380,
              "end_ms": 144440,
              "confidence": 0.999839186668396
            },
            {
              "text": "ặ",
              "start_ms": 144440,
              "end_ms": 144500,
              "confidence": 0.9998465180397034
            },
            {
              "text": "p",
              "start_ms": 144500,
              "end_ms": 144560,
              "confidence": 0.999972939491272
            },
            {
              "text": " được",
              "start_ms": 144680,
              "end_ms": 144740,
              "confidence": 0.9992560148239136
            },
            {
              "text": " Ng",
              "start_ms": 145160,
              "end_ms": 145220,
              "confidence": 0.8487682342529297
            },
            {
              "text": "à",
              "start_ms": 145280,
              "end_ms": 145340,
              "confidence": 0.9999163150787354
            },
            {
              "text": "i,",
              "start_ms": 145340,
              "end_ms": 145400,
              "confidence": 0.9988497495651245
            },
            {
              "text": " ông",
              "start_ms": 145580,
              "end_ms": 145640,
              "confidence": 0.999721109867096
            },
            {
              "text": " thuật",
              "start_ms": 145760,
              "end_ms": 145820,
              "confidence": 0.9842686653137207
            },
            {
              "text": " r",
              "start_ms": 146060,
              "end_ms": 146120,
              "confidence": 0.9993902444839478
            },
            {
              "text": "õ",
              "start_ms": 146120,
              "end_ms": 146180,
              "confidence": 0.9996172189712524
            },
            {
              "text": " đầu",
              "start_ms": 146360,
              "end_ms": 146420,
              "confidence": 0.995055079460144
            },
            {
              "text": " đ",
              "start_ms": 146540,
              "end_ms": 146600,
              "confidence": 0.9955190420150757
            },
            {
              "text": "u",
              "start_ms": 146600,
              "end_ms": 146660,
              "confidence": 0.9983540773391724
            },
            {
              "text": "ôi",
              "start_ms": 146660,
              "end_ms": 146720,
              "confidence": 0.9865451455116272
            },
            {
              "text": " m",
              "start_ms": 146840,
              "end_ms": 146900,
              "confidence": 0.9989649057388306
            },
            {
              "text": "ọi",
              "start_ms": 146900,
              "end_ms": 146960,
              "confidence": 0.9995847344398499
            },
            {
              "text": " vi",
              "start_ms": 147200,
              "end_ms": 147260,
              "confidence": 0.9814661741256714
            },
            {
              "text": "ệ",
              "start_ms": 147320,
              "end_ms": 147380,
              "confidence": 0.9994893074035645
            },
            {
              "text": "c.",
              "start_ms": 147440,
              "end_ms": 147500,
              "confidence": 0.9996627569198608
            },
            {
              "text": " Ng",
              "start_ms": 147740,
              "end_ms": 147800,
              "confidence": 0.9983536005020142
            },
            {
              "text": "he",
              "start_ms": 147920,
              "end_ms": 147980,
              "confidence": 0.9999010562896729
            },
            {
              "text": " x",
              "start_ms": 148100,
              "end_ms": 148160,
              "confidence": 0.9985033273696899
            },
            {
              "text": "ong,",
              "start_ms": 148220,
              "end_ms": 148280,
              "confidence": 0.9986586570739746
            },
            {
              "text": " Đức",
              "start_ms": 148400,
              "end_ms": 148460,
              "confidence": 0.9589853286743164
            },
            {
              "text": " Ph",
              "start_ms": 148580,
              "end_ms": 148640,
              "confidence": 0.9994096755981445
            },
            {
              "text": "ật",
              "start_ms": 148640,
              "end_ms": 148700,
              "confidence": 0.9989983439445496
            },
            {
              "text": " m",
              "start_ms": 148820,
              "end_ms": 148880,
              "confidence": 0.9974582195281982
            },
            {
              "text": "ỉ",
              "start_ms": 148880,
              "end_ms": 148940,
              "confidence": 0.9998666048049927
            },
            {
              "text": "m",
              "start_ms": 148940,
              "end_ms": 149000,
              "confidence": 0.9999254941940308
            },
            {
              "text": " c",
              "start_ms": 149120,
              "end_ms": 149180,
              "confidence": 0.9996483325958252
            },
            {
              "text": "ười",
              "start_ms": 149180,
              "end_ms": 149240,
              "confidence": 0.7303402423858643
            },
            {
              "text": " hi",
              "start_ms": 149420,
              "end_ms": 149480,
              "confidence": 0.9693040251731873
            },
            {
              "text": "ền",
              "start_ms": 149480,
              "end_ms": 149540,
              "confidence": 0.9953985214233398
            },
            {
              "text": " từ",
              "start_ms": 149720,
              "end_ms": 149780,
              "confidence": 0.9931237697601318
            },
            {
              "text": " b",
              "start_ms": 150080,
              "end_ms": 150140,
              "confidence": 0.7217545509338379
            },
            {
              "text": "ảo",
              "start_ms": 150200,
              "end_ms": 150260,
              "confidence": 0.9960340857505798
            },
            {
              "text": ":",
              "start_ms": 150320,
              "end_ms": 150380,
              "confidence": 0.9985650181770325
            },
            {
              "text": " \"P",
              "start_ms": 151400,
              "end_ms": 151460,
              "confidence": 0.9524005651473999
            },
            {
              "text": "h",
              "start_ms": 151580,
              "end_ms": 151640,
              "confidence": 0.9959657192230225
            },
            {
              "text": "ả",
              "start_ms": 151580,
              "end_ms": 151580,
              "confidence": 0.6220636367797852
            },
            {
              "text": "i,",
              "start_ms": 151700,
              "end_ms": 151760,
              "confidence": 0.9451327323913574
            },
            {
              "text": " ni",
              "start_ms": 152300,
              "end_ms": 152360,
              "confidence": 0.97397780418396
            },
            {
              "text": "ệm",
              "start_ms": 152420,
              "end_ms": 152480,
              "confidence": 0.9998107552528381
            },
            {
              "text": " Ph",
              "start_ms": 152720,
              "end_ms": 152780,
              "confidence": 0.9995586276054382
            },
            {
              "text": "ậ",
              "start_ms": 152840,
              "end_ms": 152900,
              "confidence": 0.814058244228363
            },
            {
              "text": "t,",
              "start_ms": 152900,
              "end_ms": 152960,
              "confidence": 0.8519470691680908
            },
            {
              "text": " ông",
              "start_ms": 153140,
              "end_ms": 153200,
              "confidence": 0.9991268515586853
            },
            {
              "text": " phải",
              "start_ms": 153380,
              "end_ms": 153440,
              "confidence": 0.9997454881668091
            },
            {
              "text": " t",
              "start_ms": 153620,
              "end_ms": 153680,
              "confidence": 0.9989674091339111
            },
            {
              "text": "ưởng",
              "start_ms": 153680,
              "end_ms": 153740,
              "confidence": 0.9995278120040894
            },
            {
              "text": " ni",
              "start_ms": 153920,
              "end_ms": 153980,
              "confidence": 0.9992866516113281
            },
            {
              "text": "ệm",
              "start_ms": 153980,
              "end_ms": 154040,
              "confidence": 0.9975368976593018
            },
            {
              "text": " người",
              "start_ms": 154280,
              "end_ms": 154340,
              "confidence": 0.9989954829216003
            },
            {
              "text": " ngh",
              "start_ms": 154520,
              "end_ms": 154580,
              "confidence": 0.9950025677680969
            },
            {
              "text": "è",
              "start_ms": 154580,
              "end_ms": 154640,
              "confidence": 0.9997200965881348
            },
            {
              "text": "o",
              "start_ms": 154700,
              "end_ms": 154760,
              "confidence": 0.9934804439544678
            },
            {
              "text": " kh",
              "start_ms": 154880,
              "end_ms": 154940,
              "confidence": 0.9956958293914795
            },
            {
              "text": "ó",
              "start_ms": 155000,
              "end_ms": 155060,
              "confidence": 0.9818686842918396
            },
            {
              "text": " là",
              "start_ms": 155240,
              "end_ms": 155300,
              "confidence": 0.9979984164237976
            },
            {
              "text": " để",
              "start_ms": 155360,
              "end_ms": 155420,
              "confidence": 0.9993817806243896
            },
            {
              "text": " gi",
              "start_ms": 155540,
              "end_ms": 155600,
              "confidence": 0.9995669722557068
            },
            {
              "text": "úp",
              "start_ms": 155660,
              "end_ms": 155720,
              "confidence": 0.9983252882957458
            },
            {
              "text": " đ",
              "start_ms": 155780,
              "end_ms": 155840,
              "confidence": 0.9977473020553589
            },
            {
              "text": "ỡ",
              "start_ms": 155900,
              "end_ms": 155960,
              "confidence": 0.9997276663780212
            },
            {
              "text": " họ",
              "start_ms": 156320,
              "end_ms": 156380,
              "confidence": 0.9961994290351868
            },
            {
              "text": ".",
              "start_ms": 156500,
              "end_ms": 156560,
              "confidence": 0.9753608107566833
            },
            {
              "text": " T",
              "start_ms": 156980,
              "end_ms": 157040,
              "confidence": 0.9995018839836121
            },
            {
              "text": "ưởng",
              "start_ms": 157100,
              "end_ms": 157160,
              "confidence": 0.9982449412345886
            },
            {
              "text": " ni",
              "start_ms": 157340,
              "end_ms": 157400,
              "confidence": 0.9988559484481812
            },
            {
              "text": "ệm",
              "start_ms": 157400,
              "end_ms": 157460,
              "confidence": 0.999950647354126
            },
            {
              "text": " người",
              "start_ms": 157760,
              "end_ms": 157820,
              "confidence": 0.9995796084403992
            },
            {
              "text": " ngh",
              "start_ms": 158060,
              "end_ms": 158120,
              "confidence": 0.9979802370071411
            },
            {
              "text": "è",
              "start_ms": 158120,
              "end_ms": 158180,
              "confidence": 0.9983578324317932
            },
            {
              "text": "o",
              "start_ms": 158240,
              "end_ms": 158300,
              "confidence": 0.9995980262756348
            },
            {
              "text": " kh",
              "start_ms": 158480,
              "end_ms": 158540,
              "confidence": 0.9978624582290649
            },
            {
              "text": "ó",
              "start_ms": 158600,
              "end_ms": 158660,
              "confidence": 0.9962195754051208
            },
            {
              "text": " để",
              "start_ms": 158960,
              "end_ms": 159020,
              "confidence": 0.9967972040176392
            },
            {
              "text": " gi",
              "start_ms": 159140,
              "end_ms": 159200,
              "confidence": 0.9998606443405151
            },
            {
              "text": "úp",
              "start_ms": 159200,
              "end_ms": 159260,
              "confidence": 0.9999932050704956
            },
            {
              "text": " đ",
              "start_ms": 159380,
              "end_ms": 159440,
              "confidence": 0.9997063279151917
            },
            {
              "text": "ỡ",
              "start_ms": 159500,
              "end_ms": 159560,
              "confidence": 0.9999086856842041
            },
            {
              "text": " họ",
              "start_ms": 159920,
              "end_ms": 159980,
              "confidence": 0.9978103041648865
            },
            {
              "text": " là",
              "start_ms": 160520,
              "end_ms": 160580,
              "confidence": 0.9350888133049011
            },
            {
              "text": " t",
              "start_ms": 160820,
              "end_ms": 160880,
              "confidence": 0.9945699572563171
            },
            {
              "text": "ưởng",
              "start_ms": 160880,
              "end_ms": 160940,
              "confidence": 0.999910831451416
            },
            {
              "text": " ni",
              "start_ms": 161180,
              "end_ms": 161240,
              "confidence": 0.9973782896995544
            },
            {
              "text": "ệm",
              "start_ms": 161240,
              "end_ms": 161300,
              "confidence": 0.9999946355819702
            },
            {
              "text": " Ph",
              "start_ms": 161600,
              "end_ms": 161660,
              "confidence": 0.9992004036903381
            },
            {
              "text": "ật",
              "start_ms": 161720,
              "end_ms": 161780,
              "confidence": 0.949047863483429
            },
            {
              "text": " đó",
              "start_ms": 162200,
              "end_ms": 162260,
              "confidence": 0.9990217685699463
            },
            {
              "text": ".\"",
              "start_ms": 162320,
              "end_ms": 162380,
              "confidence": 0.9830234050750732
            },
            {
              "text": " Nh",
              "start_ms": 163520,
              "end_ms": 163580,
              "confidence": 0.9778653383255005
            },
            {
              "text": "ững",
              "start_ms": 163640,
              "end_ms": 163700,
              "confidence": 0.999862551689148
            },
            {
              "text": " c",
              "start_ms": 163820,
              "end_ms": 163880,
              "confidence": 0.9962927103042603
            },
            {
              "text": "âu",
              "start_ms": 163880,
              "end_ms": 163940,
              "confidence": 0.9998906850814819
            },
            {
              "text": " h",
              "start_ms": 164240,
              "end_ms": 164300,
              "confidence": 0.9998481273651123
            },
            {
              "text": "ỏ",
              "start_ms": 164240,
              "end_ms": 164300,
              "confidence": 0.9994957447052002
            },
            {
              "text": "i:",
              "start_ms": 164360,
              "end_ms": 164420,
              "confidence": 0.8457514643669128
            },
            {
              "text": " C",
              "start_ms": 165920,
              "end_ms": 165980,
              "confidence": 0.8405902981758118
            },
            {
              "text": "âu",
              "start_ms": 165920,
              "end_ms": 165920,
              "confidence": 0.998515784740448
            },
            {
              "text": " h",
              "start_ms": 165920,
              "end_ms": 165920,
              "confidence": 0.9925737380981445
            },
            {
              "text": "ỏ",
              "start_ms": 165920,
              "end_ms": 165920,
              "confidence": 0.9999375343322754
            },
            {
              "text": "i",
              "start_ms": 165920,
              "end_ms": 165980,
              "confidence": 0.9983540773391724
            },
            {
              "text": " một",
              "start_ms": 166520,
              "end_ms": 166580,
              "confidence": 0.4055499732494354
            },
            {
              "text": ":",
              "start_ms": 166700,
              "end_ms": 166760,
              "confidence": 0.997032642364502
            },
            {
              "text": " Thành",
              "start_ms": 167180,
              "end_ms": 167240,
              "confidence": 0.9708935022354126
            },
            {
              "text": " La",
              "start_ms": 167300,
              "end_ms": 167360,
              "confidence": 0.9990658164024353
            },
            {
              "text": " P",
              "start_ms": 167540,
              "end_ms": 167600,
              "confidence": 0.9791430234909058
            },
            {
              "text": "hi",
              "start_ms": 167600,
              "end_ms": 167660,
              "confidence": 0.9997722506523132
            },
            {
              "text": "ệt",
              "start_ms": 167720,
              "end_ms": 167780,
              "confidence": 0.9971891045570374
            },
            {
              "text": " có",
              "start_ms": 167780,
              "end_ms": 167840,
              "confidence": 0.9993091821670532
            },
            {
              "text": " một",
              "start_ms": 167960,
              "end_ms": 168020,
              "confidence": 0.9995777010917664
            },
            {
              "text": " ông",
              "start_ms": 168140,
              "end_ms": 168200,
              "confidence": 0.9982404112815857
            },
            {
              "text": " ho",
              "start_ms": 168320,
              "end_ms": 168380,
              "confidence": 0.9986769556999207
            },
            {
              "text": "àng",
              "start_ms": 168440,
              "end_ms": 168500,
              "confidence": 0.998239278793335
            },
            {
              "text": " t",
              "start_ms": 168560,
              "end_ms": 168620,
              "confidence": 0.9993699193000793
            },
            {
              "text": "ánh",
              "start_ms": 168620,
              "end_ms": 168680,
              "confidence": 0.9987373948097229
            },
            {
              "text": " r",
              "start_ms": 168860,
              "end_ms": 168920,
              "confidence": 0.9990624785423279
            },
            {
              "text": "ất",
              "start_ms": 168920,
              "end_ms": 168980,
              "confidence": 0.9997214674949646
            },
            {
              "text": " h",
              "start_ms": 169100,
              "end_ms": 169160,
              "confidence": 0.9810776114463806
            },
            {
              "text": "ung",
              "start_ms": 169220,
              "end_ms": 169280,
              "confidence": 0.9962759017944336
            },
            {
              "text": " b",
              "start_ms": 169520,
              "end_ms": 169580,
              "confidence": 0.9994624257087708
            },
            {
              "text": "ạ",
              "start_ms": 169520,
              "end_ms": 169580,
              "confidence": 0.9835294485092163
            },
            {
              "text": "o.",
              "start_ms": 169700,
              "end_ms": 169760,
              "confidence": 0.9873937964439392
            },
            {
              "text": " C",
              "start_ms": 170180,
              "end_ms": 170240,
              "confidence": 0.9995559453964233
            },
            {
              "text": "âu",
              "start_ms": 170240,
              "end_ms": 170300,
              "confidence": 0.9999334216117859
            },
            {
              "text": " này",
              "start_ms": 170420,
              "end_ms": 170480,
              "confidence": 0.9998466968536377
            },
            {
              "text": " d",
              "start_ms": 170600,
              "end_ms": 170660,
              "confidence": 0.9982655048370361
            },
            {
              "text": "ạ",
              "start_ms": 170660,
              "end_ms": 170720,
              "confidence": 0.9996348023414612
            },
            {
              "text": "y",
              "start_ms": 170720,
              "end_ms": 170780,
              "confidence": 0.9969172477722168
            },
            {
              "text": " g",
              "start_ms": 170840,
              "end_ms": 170900,
              "confidence": 0.8179838061332703
            },
            {
              "text": "ì",
              "start_ms": 170900,
              "end_ms": 170960,
              "confidence": 0.999843180179596
            },
            {
              "text": "?",
              "start_ms": 171020,
              "end_ms": 171080,
              "confidence": 0.9260066747665405
            },
            {
              "text": " Thi",
              "start_ms": 171020,
              "end_ms": 171080,
              "confidence": 0.9991011023521423
            },
            {
              "text": "ếu",
              "start_ms": 171140,
              "end_ms": 171200,
              "confidence": 0.9999592900276184
            },
            {
              "text": " đạo",
              "start_ms": 171260,
              "end_ms": 171320,
              "confidence": 0.9903433322906494
            },
            {
              "text": " đ",
              "start_ms": 171500,
              "end_ms": 171560,
              "confidence": 0.9996801614761353
            },
            {
              "text": "ức",
              "start_ms": 171560,
              "end_ms": 171620,
              "confidence": 0.9998538494110107
            },
            {
              "text": " g",
              "start_ms": 171980,
              "end_ms": 172040,
              "confidence": 0.8370890021324158
            },
            {
              "text": "ì",
              "start_ms": 172040,
              "end_ms": 172100,
              "confidence": 0.9999722242355347
            },
            {
              "text": "?",
              "start_ms": 172160,
              "end_ms": 172220,
              "confidence": 0.9750942587852478
            },
            {
              "text": " C",
              "start_ms": 172700,
              "end_ms": 172760,
              "confidence": 0.9992635846138
            },
            {
              "text": "âu",
              "start_ms": 172760,
              "end_ms": 172820,
              "confidence": 0.9999505281448364
            },
            {
              "text": " h",
              "start_ms": 172940,
              "end_ms": 173000,
              "confidence": 0.9992938041687012
            },
            {
              "text": "ỏ",
              "start_ms": 173000,
              "end_ms": 173060,
              "confidence": 0.9988446235656738
            },
            {
              "text": "i",
              "start_ms": 173120,
              "end_ms": 173180,
              "confidence": 0.9998626708984375
            },
            {
              "text": " hai",
              "start_ms": 173540,
              "end_ms": 173600,
              "confidence": 0.953056812286377
            },
            {
              "text": ":",
              "start_ms": 173660,
              "end_ms": 173720,
              "confidence": 0.9997305274009705
            },
            {
              "text": " Th",
              "start_ms": 173960,
              "end_ms": 174020,
              "confidence": 0.9935237169265747
            },
            {
              "text": "êm",
              "start_ms": 174080,
              "end_ms": 174140,
              "confidence": 0.9908537864685059
            },
            {
              "text": " vào",
              "start_ms": 174380,
              "end_ms": 174440,
              "confidence": 0.9963076114654541
            },
            {
              "text": " đó",
              "start_ms": 174740,
              "end_ms": 174800,
              "confidence": 0.9995432496070862
            },
            {
              "text": ",",
              "start_ms": 174860,
              "end_ms": 174920,
              "confidence": 0.9936622381210327
            },
            {
              "text": " quyền",
              "start_ms": 175160,
              "end_ms": 175220,
              "confidence": 0.9939963817596436
            },
            {
              "text": " thế",
              "start_ms": 175400,
              "end_ms": 175460,
              "confidence": 0.7603554725646973
            },
            {
              "text": " và",
              "start_ms": 175700,
              "end_ms": 175760,
              "confidence": 0.9993686079978943
            },
            {
              "text": " địa",
              "start_ms": 175880,
              "end_ms": 175940,
              "confidence": 0.9976243376731873
            },
            {
              "text": " vị",
              "start_ms": 176060,
              "end_ms": 176120,
              "confidence": 0.9991637468338013
            },
            {
              "text": " của",
              "start_ms": 176420,
              "end_ms": 176480,
              "confidence": 0.9993624091148376
            },
            {
              "text": " ông",
              "start_ms": 176720,
              "end_ms": 176780,
              "confidence": 0.9994472861289978
            },
            {
              "text": " có",
              "start_ms": 176960,
              "end_ms": 177020,
              "confidence": 0.9989120960235596
            },
            {
              "text": " thể",
              "start_ms": 177140,
              "end_ms": 177200,
              "confidence": 0.9996649026870728
            },
            {
              "text": " gi",
              "start_ms": 177320,
              "end_ms": 177380,
              "confidence": 0.9976304173469543
            },
            {
              "text": "úp",
              "start_ms": 177440,
              "end_ms": 177500,
              "confidence": 0.9999905824661255
            },
            {
              "text": " ông",
              "start_ms": 177620,
              "end_ms": 177680,
              "confidence": 0.9997926354408264
            },
            {
              "text": " thủ",
              "start_ms": 177800,
              "end_ms": 177860,
              "confidence": 0.9901911020278931
            },
            {
              "text": " ti",
              "start_ms": 178040,
              "end_ms": 178100,
              "confidence": 0.9987561702728271
            },
            {
              "text": "êu",
              "start_ms": 178160,
              "end_ms": 178220,
              "confidence": 0.9612457156181335
            },
            {
              "text": " t",
              "start_ms": 178340,
              "end_ms": 178400,
              "confidence": 0.998763918876648
            },
            {
              "text": "ội",
              "start_ms": 178400,
              "end_ms": 178460,
              "confidence": 0.9945715069770813
            },
            {
              "text": " ",
              "start_ms": 178580,
              "end_ms": 178640,
              "confidence": 0.9990523457527161
            },
            {
              "text": "ác",
              "start_ms": 178640,
              "end_ms": 178700,
              "confidence": 0.998320996761322
            },
            {
              "text": " trước",
              "start_ms": 178820,
              "end_ms": 178880,
              "confidence": 0.9945748448371887
            },
            {
              "text": " pháp",
              "start_ms": 179000,
              "end_ms": 179060,
              "confidence": 0.9992275238037109
            },
            {
              "text": " lu",
              "start_ms": 179300,
              "end_ms": 179360,
              "confidence": 0.9997934103012085
            },
            {
              "text": "ậ",
              "start_ms": 179420,
              "end_ms": 179480,
              "confidence": 0.9971826076507568
            },
            {
              "text": "t.",
              "start_ms": 179480,
              "end_ms": 179540,
              "confidence": 0.9706419706344604
            },
            {
              "text": " C",
              "start_ms": 179960,
              "end_ms": 180020,
              "confidence": 0.9996873140335083
            },
            {
              "text": "âu",
              "start_ms": 180080,
              "end_ms": 180140,
              "confidence": 0.9999818801879883
            },
            {
              "text": " này",
              "start_ms": 180260,
              "end_ms": 180320,
              "confidence": 0.9998772740364075
            },
            {
              "text": " d",
              "start_ms": 180560,
              "end_ms": 180620,
              "confidence": 0.9972752332687378
            },
            {
              "text": "ạ",
              "start_ms": 180620,
              "end_ms": 180680,
              "confidence": 0.9998117089271545
            },
            {
              "text": "y",
              "start_ms": 180680,
              "end_ms": 180740,
              "confidence": 0.9991005063056946
            },
            {
              "text": " về",
              "start_ms": 180860,
              "end_ms": 180920,
              "confidence": 0.888853907585144
            },
            {
              "text": " thi",
              "start_ms": 181040,
              "end_ms": 181100,
              "confidence": 0.9874569177627563
            },
            {
              "text": "ếu",
              "start_ms": 181160,
              "end_ms": 181220,
              "confidence": 0.9999361038208008
            },
            {
              "text": " đạo",
              "start_ms": 181340,
              "end_ms": 181400,
              "confidence": 0.9993192553520203
            },
            {
              "text": " đ",
              "start_ms": 181520,
              "end_ms": 181580,
              "confidence": 0.9995421171188354
            },
            {
              "text": "ức",
              "start_ms": 181580,
              "end_ms": 181640,
              "confidence": 0.9999175071716309
            },
            {
              "text": " g",
              "start_ms": 181940,
              "end_ms": 182000,
              "confidence": 0.9935298562049866
            },
            {
              "text": "ì",
              "start_ms": 182060,
              "end_ms": 182120,
              "confidence": 0.9999942779541016
            },
            {
              "text": "?",
              "start_ms": 182120,
              "end_ms": 182180,
              "confidence": 0.998573899269104
            },
            {
              "text": " C",
              "start_ms": 182840,
              "end_ms": 182900,
              "confidence": 0.9988755583763123
            },
            {
              "text": "âu",
              "start_ms": 182900,
              "end_ms": 182960,
              "confidence": 0.9999351501464844
            },
            {
              "text": " h",
              "start_ms": 183080,
              "end_ms": 183140,
              "confidence": 0.9997358918190002
            },
            {
              "text": "ỏ",
              "start_ms": 183140,
              "end_ms": 183200,
              "confidence": 0.9996053576469421
            },
            {
              "text": "i",
              "start_ms": 183260,
              "end_ms": 183320,
              "confidence": 0.9998787641525269
            },
            {
              "text": " ba",
              "start_ms": 183680,
              "end_ms": 183740,
              "confidence": 0.9848031997680664
            },
            {
              "text": ":",
              "start_ms": 183920,
              "end_ms": 183980,
              "confidence": 0.9996750950813293
            },
            {
              "text": " Ch",
              "start_ms": 184580,
              "end_ms": 184640,
              "confidence": 0.9944692850112915
            },
            {
              "text": "ưa",
              "start_ms": 184700,
              "end_ms": 184760,
              "confidence": 0.992392361164093
            },
            {
              "text": " một",
              "start_ms": 184940,
              "end_ms": 185000,
              "confidence": 0.9941505789756775
            },
            {
              "text": " l",
              "start_ms": 185120,
              "end_ms": 185180,
              "confidence": 0.9993155002593994
            },
            {
              "text": "ời",
              "start_ms": 185180,
              "end_ms": 185240,
              "confidence": 0.9991010427474976
            },
            {
              "text": " phải",
              "start_ms": 185480,
              "end_ms": 185540,
              "confidence": 0.995510458946228
            },
            {
              "text": " nà",
              "start_ms": 185780,
              "end_ms": 185840,
              "confidence": 0.9921694397926331
            },
            {
              "text": "o,",
              "start_ms": 186020,
              "end_ms": 186080,
              "confidence": 0.9980126619338989
            },
            {
              "text": " một",
              "start_ms": 186320,
              "end_ms": 186380,
              "confidence": 0.9992702603340149
            },
            {
              "text": " đạo",
              "start_ms": 186500,
              "end_ms": 186560,
              "confidence": 0.9977995753288269
            },
            {
              "text": " giáo",
              "start_ms": 186920,
              "end_ms": 186980,
              "confidence": 0.998925507068634
            },
            {
              "text": " n",
              "start_ms": 187280,
              "end_ms": 187340,
              "confidence": 0.9995853900909424
            },
            {
              "text": "ào",
              "start_ms": 187340,
              "end_ms": 187400,
              "confidence": 0.9999403357505798
            },
            {
              "text": " cả",
              "start_ms": 187520,
              "end_ms": 187580,
              "confidence": 0.999845027923584
            },
            {
              "text": "m",
              "start_ms": 187580,
              "end_ms": 187640,
              "confidence": 0.9998716115951538
            },
            {
              "text": " hóa",
              "start_ms": 187760,
              "end_ms": 187820,
              "confidence": 0.9982774257659912
            },
            {
              "text": " được",
              "start_ms": 188120,
              "end_ms": 188180,
              "confidence": 0.9992343187332153
            },
            {
              "text": " ông",
              "start_ms": 188480,
              "end_ms": 188540,
              "confidence": 0.9986206889152527
            },
            {
              "text": ".",
              "start_ms": 188660,
              "end_ms": 188720,
              "confidence": 0.9768194556236267
            },
            {
              "text": " C",
              "start_ms": 189140,
              "end_ms": 189200,
              "confidence": 0.9998418092727661
            },
            {
              "text": "âu",
              "start_ms": 189200,
              "end_ms": 189260,
              "confidence": 0.9990430474281311
            },
            {
              "text": " này",
              "start_ms": 189380,
              "end_ms": 189440,
              "confidence": 0.9998971223831177
            },
            {
              "text": " nó",
              "start_ms": 189680,
              "end_ms": 189740,
              "confidence": 0.9997665286064148
            },
            {
              "text": "i",
              "start_ms": 189740,
              "end_ms": 189800,
              "confidence": 0.998224139213562
            },
            {
              "text": " về",
              "start_ms": 189980,
              "end_ms": 190040,
              "confidence": 0.9751261472702026
            },
            {
              "text": " thi",
              "start_ms": 190160,
              "end_ms": 190220,
              "confidence": 0.9981368780136108
            },
            {
              "text": "ếu",
              "start_ms": 190220,
              "end_ms": 190280,
              "confidence": 0.9999920129776001
            },
            {
              "text": " đạo",
              "start_ms": 190400,
              "end_ms": 190460,
              "confidence": 0.9993033409118652
            },
            {
              "text": " đ",
              "start_ms": 190640,
              "end_ms": 190700,
              "confidence": 0.9990503787994385
            },
            {
              "text": "ức",
              "start_ms": 190700,
              "end_ms": 190760,
              "confidence": 0.999945342540741
            },
            {
              "text": " g",
              "start_ms": 191060,
              "end_ms": 191120,
              "confidence": 0.9990983009338379
            },
            {
              "text": "ì",
              "start_ms": 191120,
              "end_ms": 191180,
              "confidence": 0.9999990463256836
            },
            {
              "text": "?",
              "start_ms": 191240,
              "end_ms": 191300,
              "confidence": 0.9993826150894165
            },
            {
              "text": " C",
              "start_ms": 191840,
              "end_ms": 191900,
              "confidence": 0.999445378780365
            },
            {
              "text": "âu",
              "start_ms": 191900,
              "end_ms": 191960,
              "confidence": 0.9998278617858887
            },
            {
              "text": " h",
              "start_ms": 192020,
              "end_ms": 192080,
              "confidence": 0.999459981918335
            },
            {
              "text": "ỏ",
              "start_ms": 192080,
              "end_ms": 192140,
              "confidence": 0.9999991655349731
            },
            {
              "text": "i",
              "start_ms": 192320,
              "end_ms": 192380,
              "confidence": 0.9998711347579956
            },
            {
              "text": " b",
              "start_ms": 192620,
              "end_ms": 192680,
              "confidence": 0.8432884812355042
            },
            {
              "text": "ốn",
              "start_ms": 192680,
              "end_ms": 192740,
              "confidence": 0.9370270371437073
            },
            {
              "text": ":",
              "start_ms": 192740,
              "end_ms": 192800,
              "confidence": 0.9999203681945801
            },
            {
              "text": " M",
              "start_ms": 193220,
              "end_ms": 193280,
              "confidence": 0.9996854066848755
            },
            {
              "text": "ột",
              "start_ms": 193280,
              "end_ms": 193340,
              "confidence": 0.9981629252433777
            },
            {
              "text": " h",
              "start_ms": 193400,
              "end_ms": 193460,
              "confidence": 0.9981854557991028
            },
            {
              "text": "ô",
              "start_ms": 193460,
              "end_ms": 193520,
              "confidence": 0.9987169504165649
            },
            {
              "text": "m,",
              "start_ms": 193520,
              "end_ms": 193580,
              "confidence": 0.9858011603355408
            },
            {
              "text": " ông",
              "start_ms": 193700,
              "end_ms": 193760,
              "confidence": 0.999726414680481
            },
            {
              "text": " g",
              "start_ms": 193940,
              "end_ms": 194000,
              "confidence": 0.9995331764221191
            },
            {
              "text": "ặ",
              "start_ms": 194000,
              "end_ms": 194060,
              "confidence": 0.9995051026344299
            },
            {
              "text": "p",
              "start_ms": 194060,
              "end_ms": 194120,
              "confidence": 0.999758780002594
            },
            {
              "text": " Ph",
              "start_ms": 194300,
              "end_ms": 194360,
              "confidence": 0.9989543557167053
            },
            {
              "text": "ật",
              "start_ms": 194360,
              "end_ms": 194420,
              "confidence": 0.9829583764076233
            },
            {
              "text": " khi",
              "start_ms": 194780,
              "end_ms": 194840,
              "confidence": 0.9927295446395874
            },
            {
              "text": " Ph",
              "start_ms": 195020,
              "end_ms": 195080,
              "confidence": 0.9983415007591248
            },
            {
              "text": "ật",
              "start_ms": 195080,
              "end_ms": 195140,
              "confidence": 0.9986922144889832
            },
            {
              "text": " du",
              "start_ms": 195380,
              "end_ms": 195440,
              "confidence": 0.9977699518203735
            },
            {
              "text": " hóa",
              "start_ms": 195560,
              "end_ms": 195620,
              "confidence": 0.9982550740242004
            },
            {
              "text": " x",
              "start_ms": 195860,
              "end_ms": 195920,
              "confidence": 0.9984375834465027
            },
            {
              "text": "ứ",
              "start_ms": 195980,
              "end_ms": 196040,
              "confidence": 0.99932861328125
            },
            {
              "text": " nà",
              "start_ms": 196280,
              "end_ms": 196340,
              "confidence": 0.9910975694656372
            },
            {
              "text": "y.",
              "start_ms": 196340,
              "end_ms": 196400,
              "confidence": 0.9398702383041382
            },
            {
              "text": " M",
              "start_ms": 197060,
              "end_ms": 197120,
              "confidence": 0.9986489415168762
            },
            {
              "text": "ới",
              "start_ms": 197120,
              "end_ms": 197180,
              "confidence": 0.9932261109352112
            },
            {
              "text": " nh",
              "start_ms": 197240,
              "end_ms": 197300,
              "confidence": 0.9986347556114197
            },
            {
              "text": "ì",
              "start_ms": 197300,
              "end_ms": 197360,
              "confidence": 0.9994589686393738
            },
            {
              "text": "n",
              "start_ms": 197420,
              "end_ms": 197480,
              "confidence": 0.999492883682251
            },
            {
              "text": " th",
              "start_ms": 197540,
              "end_ms": 197600,
              "confidence": 0.9999355673789978
            },
            {
              "text": "ấy",
              "start_ms": 197600,
              "end_ms": 197660,
              "confidence": 0.9997649192810059
            },
            {
              "text": " Đức",
              "start_ms": 197780,
              "end_ms": 197840,
              "confidence": 0.9994262456893921
            },
            {
              "text": " Ph",
              "start_ms": 198080,
              "end_ms": 198140,
              "confidence": 0.9995073080062866
            },
            {
              "text": "ậ",
              "start_ms": 198200,
              "end_ms": 198260,
              "confidence": 0.9977887868881226
            },
            {
              "text": "t,",
              "start_ms": 198260,
              "end_ms": 198320,
              "confidence": 0.9940695762634277
            },
            {
              "text": " l",
              "start_ms": 198740,
              "end_ms": 198800,
              "confidence": 0.9992246627807617
            },
            {
              "text": "òng",
              "start_ms": 198800,
              "end_ms": 198860,
              "confidence": 0.998842179775238
            },
            {
              "text": " ông",
              "start_ms": 199040,
              "end_ms": 199100,
              "confidence": 0.999790608882904
            },
            {
              "text": " b",
              "start_ms": 199280,
              "end_ms": 199340,
              "confidence": 0.9993606805801392
            },
            {
              "text": "ỗ",
              "start_ms": 199340,
              "end_ms": 199400,
              "confidence": 0.9999743700027466
            },
            {
              "text": "ng",
              "start_ms": 199400,
              "end_ms": 199460,
              "confidence": 0.9999955892562866
            },
            {
              "text": " cả",
              "start_ms": 199580,
              "end_ms": 199640,
              "confidence": 0.9978504180908203
            },
            {
              "text": "m",
              "start_ms": 199640,
              "end_ms": 199700,
              "confidence": 0.999862790107727
            },
            {
              "text": " ph",
              "start_ms": 199940,
              "end_ms": 200000,
              "confidence": 0.999792218208313
            },
            {
              "text": "ục",
              "start_ms": 200000,
              "end_ms": 200060,
              "confidence": 0.9987228512763977
            },
            {
              "text": " như",
              "start_ms": 200240,
              "end_ms": 200300,
              "confidence": 0.9986871480941772
            },
            {
              "text": " do",
              "start_ms": 200420,
              "end_ms": 200480,
              "confidence": 0.9864990711212158
            },
            {
              "text": " d",
              "start_ms": 200660,
              "end_ms": 200720,
              "confidence": 0.7866379022598267
            },
            {
              "text": "ữ",
              "start_ms": 200780,
              "end_ms": 200840,
              "confidence": 0.9991522431373596
            },
            {
              "text": " trước",
              "start_ms": 201020,
              "end_ms": 201080,
              "confidence": 0.9981870055198669
            },
            {
              "text": " người",
              "start_ms": 201260,
              "end_ms": 201320,
              "confidence": 0.998523473739624
            },
            {
              "text": " qu",
              "start_ms": 201500,
              "end_ms": 201560,
              "confidence": 0.9959455132484436
            },
            {
              "text": "ảng",
              "start_ms": 201560,
              "end_ms": 201620,
              "confidence": 0.9651497006416321
            },
            {
              "text": " t",
              "start_ms": 201860,
              "end_ms": 201920,
              "confidence": 0.9990936517715454
            },
            {
              "text": "ượng",
              "start_ms": 201980,
              "end_ms": 202040,
              "confidence": 0.9997356534004211
            },
            {
              "text": ".",
              "start_ms": 202100,
              "end_ms": 202160,
              "confidence": 0.9993796348571777
            },
            {
              "text": " C",
              "start_ms": 202640,
              "end_ms": 202700,
              "confidence": 0.9999021291732788
            },
            {
              "text": "âu",
              "start_ms": 202700,
              "end_ms": 202760,
              "confidence": 0.9999599456787109
            },
            {
              "text": " này",
              "start_ms": 202940,
              "end_ms": 203000,
              "confidence": 0.999916672706604
            },
            {
              "text": " nó",
              "start_ms": 203180,
              "end_ms": 203240,
              "confidence": 0.9999053478240967
            },
            {
              "text": "i",
              "start_ms": 203240,
              "end_ms": 203300,
              "confidence": 0.9999063014984131
            },
            {
              "text": " lên",
              "start_ms": 203360,
              "end_ms": 203420,
              "confidence": 0.9980023503303528
            },
            {
              "text": " đạo",
              "start_ms": 203600,
              "end_ms": 203660,
              "confidence": 0.9946986436843872
            },
            {
              "text": " đ",
              "start_ms": 203840,
              "end_ms": 203900,
              "confidence": 0.9999196529388428
            },
            {
              "text": "ức",
              "start_ms": 203900,
              "end_ms": 203960,
              "confidence": 0.9989458918571472
            },
            {
              "text": " g",
              "start_ms": 204260,
              "end_ms": 204320,
              "confidence": 0.9993833899497986
            },
            {
              "text": "ì",
              "start_ms": 204380,
              "end_ms": 204440,
              "confidence": 0.9999469518661499
            },
            {
              "text": "?",
              "start_ms": 204440,
              "end_ms": 204500,
              "confidence": 0.9989936351776123
            },
            {
              "text": " C",
              "start_ms": 204980,
              "end_ms": 205040,
              "confidence": 0.9987983107566833
            },
            {
              "text": "âu",
              "start_ms": 205040,
              "end_ms": 205100,
              "confidence": 0.9991804361343384
            },
            {
              "text": " h",
              "start_ms": 205220,
              "end_ms": 205280,
              "confidence": 0.9995348453521729
            },
            {
              "text": "ỏ",
              "start_ms": 205280,
              "end_ms": 205340,
              "confidence": 0.9992920160293579
            },
            {
              "text": "i",
              "start_ms": 205340,
              "end_ms": 205400,
              "confidence": 0.9995966553688049
            },
            {
              "text": " năm",
              "start_ms": 205700,
              "end_ms": 205760,
              "confidence": 0.9867919683456421
            },
            {
              "text": ":",
              "start_ms": 205880,
              "end_ms": 205940,
              "confidence": 0.7545987963676453
            },
            {
              "text": " H",
              "start_ms": 206420,
              "end_ms": 206480,
              "confidence": 0.9954570531845093
            },
            {
              "text": "ã",
              "start_ms": 206480,
              "end_ms": 206540,
              "confidence": 0.9999514818191528
            },
            {
              "text": "y",
              "start_ms": 206540,
              "end_ms": 206600,
              "confidence": 0.9998830556869507
            },
            {
              "text": " t",
              "start_ms": 206780,
              "end_ms": 206840,
              "confidence": 0.9984190464019775
            },
            {
              "text": "ưởng",
              "start_ms": 206900,
              "end_ms": 206960,
              "confidence": 0.9953218102455139
            },
            {
              "text": " ni",
              "start_ms": 207080,
              "end_ms": 207140,
              "confidence": 0.9991289973258972
            },
            {
              "text": "ệm",
              "start_ms": 207200,
              "end_ms": 207260,
              "confidence": 0.9994544386863708
            },
            {
              "text": " Ph",
              "start_ms": 207500,
              "end_ms": 207560,
              "confidence": 0.9998865723609924
            },
            {
              "text": "ật",
              "start_ms": 207620,
              "end_ms": 207680,
              "confidence": 0.9986436367034912
            },
            {
              "text": " Đ",
              "start_ms": 207980,
              "end_ms": 208040,
              "confidence": 0.997723400592804
            },
            {
              "text": "à",
              "start_ms": 208040,
              "end_ms": 208100,
              "confidence": 0.9998866319656372
            },
            {
              "text": ",",
              "start_ms": 208160,
              "end_ms": 208220,
              "confidence": 0.9549244046211243
            },
            {
              "text": " h",
              "start_ms": 208460,
              "end_ms": 208520,
              "confidence": 0.9989337921142578
            },
            {
              "text": "ã",
              "start_ms": 208520,
              "end_ms": 208580,
              "confidence": 0.9999015927314758
            },
            {
              "text": "y",
              "start_ms": 208580,
              "end_ms": 208640,
              "confidence": 0.9999678134918213
            },
            {
              "text": " từ",
              "start_ms": 208880,
              "end_ms": 208940,
              "confidence": 0.997968316078186
            },
            {
              "text": " bi",
              "start_ms": 209120,
              "end_ms": 209180,
              "confidence": 0.9993095397949219
            },
            {
              "text": " th",
              "start_ms": 209480,
              "end_ms": 209540,
              "confidence": 0.9993783831596375
            },
            {
              "text": "ương",
              "start_ms": 209600,
              "end_ms": 209660,
              "confidence": 0.9999212026596069
            },
            {
              "text": " ng",
              "start_ms": 210020,
              "end_ms": 210080,
              "confidence": 0.9982348680496216
            },
            {
              "text": "ườ",
              "start_ms": 210080,
              "end_ms": 210140,
              "confidence": 0.9991815090179443
            },
            {
              "text": "i,",
              "start_ms": 210200,
              "end_ms": 210260,
              "confidence": 0.9924085736274719
            },
            {
              "text": " h",
              "start_ms": 210440,
              "end_ms": 210500,
              "confidence": 0.9996920824050903
            },
            {
              "text": "ã",
              "start_ms": 210500,
              "end_ms": 210560,
              "confidence": 0.9999714493751526
            },
            {
              "text": "y",
              "start_ms": 210560,
              "end_ms": 210620,
              "confidence": 0.9998564720153809
            },
            {
              "text": " h",
              "start_ms": 210800,
              "end_ms": 210860,
              "confidence": 0.9981479644775391
            },
            {
              "text": "ùng",
              "start_ms": 210860,
              "end_ms": 210920,
              "confidence": 0.9971020817756653
            },
            {
              "text": " lực",
              "start_ms": 211160,
              "end_ms": 211220,
              "confidence": 0.9982137680053711
            },
            {
              "text": " cứ",
              "start_ms": 211460,
              "end_ms": 211520,
              "confidence": 0.9997462630271912
            },
            {
              "text": "u",
              "start_ms": 211580,
              "end_ms": 211640,
              "confidence": 0.9999892115592957
            },
            {
              "text": " ng",
              "start_ms": 211940,
              "end_ms": 212000,
              "confidence": 0.9975429773330688
            },
            {
              "text": "ườ",
              "start_ms": 212060,
              "end_ms": 212120,
              "confidence": 0.99996018409729
            },
            {
              "text": "i.",
              "start_ms": 212120,
              "end_ms": 212180,
              "confidence": 0.9995928406715393
            },
            {
              "text": " C",
              "start_ms": 212720,
              "end_ms": 212780,
              "confidence": 0.999826967716217
            },
            {
              "text": "âu",
              "start_ms": 212840,
              "end_ms": 212900,
              "confidence": 0.999883770942688
            },
            {
              "text": " này",
              "start_ms": 213080,
              "end_ms": 213140,
              "confidence": 0.9997863173484802
            },
            {
              "text": " d",
              "start_ms": 213380,
              "end_ms": 213440,
              "confidence": 0.9994906187057495
            },
            {
              "text": "ạ",
              "start_ms": 213440,
              "end_ms": 213500,
              "confidence": 0.9976043105125427
            },
            {
              "text": "y",
              "start_ms": 213500,
              "end_ms": 213560,
              "confidence": 0.9997978806495667
            },
            {
              "text": " đạo",
              "start_ms": 213680,
              "end_ms": 213740,
              "confidence": 0.997454822063446
            },
            {
              "text": " đ",
              "start_ms": 213920,
              "end_ms": 213980,
              "confidence": 0.999930202960968
            },
            {
              "text": "ức",
              "start_ms": 213980,
              "end_ms": 214040,
              "confidence": 0.9987597465515137
            },
            {
              "text": " g",
              "start_ms": 214340,
              "end_ms": 214400,
              "confidence": 0.9993587732315063
            },
            {
              "text": "ì",
              "start_ms": 214400,
              "end_ms": 214460,
              "confidence": 0.9999866485595703
            },
            {
              "text": "?",
              "start_ms": 214460,
              "end_ms": 214520,
              "confidence": 0.9995139241218567
            },
            {
              "text": " C",
              "start_ms": 215180,
              "end_ms": 215240,
              "confidence": 0.9986081719398499
            },
            {
              "text": "âu",
              "start_ms": 215240,
              "end_ms": 215300,
              "confidence": 0.9997250437736511
            },
            {
              "text": " h",
              "start_ms": 215420,
              "end_ms": 215480,
              "confidence": 0.9994286894798279
            },
            {
              "text": "ỏ",
              "start_ms": 215480,
              "end_ms": 215540,
              "confidence": 0.9994921684265137
            },
            {
              "text": "i",
              "start_ms": 215600,
              "end_ms": 215660,
              "confidence": 0.9998705387115479
            },
            {
              "text": " s",
              "start_ms": 215960,
              "end_ms": 216020,
              "confidence": 0.9401981830596924
            },
            {
              "text": "á",
              "start_ms": 215960,
              "end_ms": 216020,
              "confidence": 0.9981508851051331
            },
            {
              "text": "u",
              "start_ms": 216140,
              "end_ms": 216200,
              "confidence": 0.9830021262168884
            },
            {
              "text": ":",
              "start_ms": 216140,
              "end_ms": 216200,
              "confidence": 0.9996477365493774
            },
            {
              "text": " Ông",
              "start_ms": 216740,
              "end_ms": 216800,
              "confidence": 0.9982933402061462
            },
            {
              "text": " c",
              "start_ms": 217040,
              "end_ms": 217100,
              "confidence": 0.9991527795791626
            },
            {
              "text": "ung",
              "start_ms": 217040,
              "end_ms": 217100,
              "confidence": 0.9971569776535034
            },
            {
              "text": " k",
              "start_ms": 217340,
              "end_ms": 217400,
              "confidence": 0.998872697353363
            },
            {
              "text": "ính",
              "start_ms": 217460,
              "end_ms": 217520,
              "confidence": 0.9991760849952698
            },
            {
              "text": " d",
              "start_ms": 217760,
              "end_ms": 217820,
              "confidence": 0.863568902015686
            },
            {
              "text": "âng",
              "start_ms": 217940,
              "end_ms": 218000,
              "confidence": 0.9998747110366821
            },
            {
              "text": " l",
              "start_ms": 218180,
              "end_ms": 218240,
              "confidence": 0.9997628331184387
            },
            {
              "text": "ờ",
              "start_ms": 218240,
              "end_ms": 218300,
              "confidence": 0.9888579845428467
            },
            {
              "text": "i,",
              "start_ms": 218360,
              "end_ms": 218420,
              "confidence": 0.9668252468109131
            },
            {
              "text": " nhưng",
              "start_ms": 218780,
              "end_ms": 218840,
              "confidence": 0.9982851147651672
            },
            {
              "text": " khi",
              "start_ms": 219020,
              "end_ms": 219080,
              "confidence": 0.9997443556785583
            },
            {
              "text": " về",
              "start_ms": 219260,
              "end_ms": 219320,
              "confidence": 0.9993219375610352
            },
            {
              "text": " đến",
              "start_ms": 219500,
              "end_ms": 219560,
              "confidence": 0.9997341632843018
            },
            {
              "text": " nhà",
              "start_ms": 219920,
              "end_ms": 219980,
              "confidence": 0.9997836351394653
            },
            {
              "text": ",",
              "start_ms": 220100,
              "end_ms": 220160,
              "confidence": 0.9945031404495239
            },
            {
              "text": " v",
              "start_ms": 220340,
              "end_ms": 220400,
              "confidence": 0.9985427856445312
            },
            {
              "text": "ừ",
              "start_ms": 220400,
              "end_ms": 220460,
              "confidence": 0.9999650716781616
            },
            {
              "text": "a",
              "start_ms": 220460,
              "end_ms": 220520,
              "confidence": 0.9999700784683228
            },
            {
              "text": " th",
              "start_ms": 220580,
              "end_ms": 220640,
              "confidence": 0.9999524354934692
            },
            {
              "text": "ấy",
              "start_ms": 220700,
              "end_ms": 220760,
              "confidence": 0.9999627470970154
            },
            {
              "text": " người",
              "start_ms": 220880,
              "end_ms": 220940,
              "confidence": 0.999731719493866
            },
            {
              "text": " hành",
              "start_ms": 221060,
              "end_ms": 221120,
              "confidence": 0.9838385581970215
            },
            {
              "text": " kh",
              "start_ms": 221240,
              "end_ms": 221300,
              "confidence": 0.9997062683105469
            },
            {
              "text": "ất",
              "start_ms": 221360,
              "end_ms": 221420,
              "confidence": 0.9997426867485046
            },
            {
              "text": " ch",
              "start_ms": 221600,
              "end_ms": 221660,
              "confidence": 0.9887970089912415
            },
            {
              "text": "ướng",
              "start_ms": 221660,
              "end_ms": 221720,
              "confidence": 0.9987417459487915
            },
            {
              "text": " m",
              "start_ms": 221900,
              "end_ms": 221960,
              "confidence": 0.9909117221832275
            },
            {
              "text": "ắ",
              "start_ms": 222020,
              "end_ms": 222080,
              "confidence": 0.9856752753257751
            },
            {
              "text": "t,",
              "start_ms": 222140,
              "end_ms": 222200,
              "confidence": 0.9974662065505981
            },
            {
              "text": " ông",
              "start_ms": 222440,
              "end_ms": 222500,
              "confidence": 0.9996225833892822
            },
            {
              "text": " li",
              "start_ms": 222680,
              "end_ms": 222740,
              "confidence": 0.9997386336326599
            },
            {
              "text": "ền",
              "start_ms": 222740,
              "end_ms": 222800,
              "confidence": 0.9998953342437744
            },
            {
              "text": " đ",
              "start_ms": 222920,
              "end_ms": 222980,
              "confidence": 0.9997779726982117
            },
            {
              "text": "ùng",
              "start_ms": 223040,
              "end_ms": 223100,
              "confidence": 0.9997926354408264
            },
            {
              "text": " đ",
              "start_ms": 223220,
              "end_ms": 223280,
              "confidence": 0.9997792840003967
            },
            {
              "text": "ùng",
              "start_ms": 223280,
              "end_ms": 223340,
              "confidence": 0.9988273978233337
            },
            {
              "text": " n",
              "start_ms": 223520,
              "end_ms": 223580,
              "confidence": 0.998791515827179
            },
            {
              "text": "ổi",
              "start_ms": 223640,
              "end_ms": 223700,
              "confidence": 0.9376660585403442
            },
            {
              "text": " gi",
              "start_ms": 223880,
              "end_ms": 223940,
              "confidence": 0.9986110329627991
            },
            {
              "text": "ậ",
              "start_ms": 224000,
              "end_ms": 224060,
              "confidence": 0.9995713829994202
            },
            {
              "text": "n.",
              "start_ms": 224060,
              "end_ms": 224120,
              "confidence": 0.949621856212616
            },
            {
              "text": " L",
              "start_ms": 224660,
              "end_ms": 224720,
              "confidence": 0.9993124604225159
            },
            {
              "text": "ời",
              "start_ms": 224720,
              "end_ms": 224780,
              "confidence": 0.9989871978759766
            },
            {
              "text": " và",
              "start_ms": 225020,
              "end_ms": 225080,
              "confidence": 0.9718217849731445
            },
            {
              "text": "ng",
              "start_ms": 225080,
              "end_ms": 225140,
              "confidence": 0.9975454211235046
            },
            {
              "text": " của",
              "start_ms": 225260,
              "end_ms": 225320,
              "confidence": 0.9989891052246094
            },
            {
              "text": " Ph",
              "start_ms": 225500,
              "end_ms": 225560,
              "confidence": 0.9995654225349426
            },
            {
              "text": "ật",
              "start_ms": 225560,
              "end_ms": 225620,
              "confidence": 0.9997625946998596
            },
            {
              "text": " không",
              "start_ms": 225800,
              "end_ms": 225860,
              "confidence": 0.9997373223304749
            },
            {
              "text": " còn",
              "start_ms": 225980,
              "end_ms": 226040,
              "confidence": 0.9994341731071472
            },
            {
              "text": " trong",
              "start_ms": 226220,
              "end_ms": 226280,
              "confidence": 0.9996261596679688
            },
            {
              "text": " l",
              "start_ms": 226400,
              "end_ms": 226460,
              "confidence": 0.9996715784072876
            },
            {
              "text": "òng",
              "start_ms": 226460,
              "end_ms": 226520,
              "confidence": 0.9986146688461304
            },
            {
              "text": " ông",
              "start_ms": 226760,
              "end_ms": 226820,
              "confidence": 0.9980508685112
            },
            {
              "text": " nữ",
              "start_ms": 227060,
              "end_ms": 227120,
              "confidence": 0.9985210299491882
            },
            {
              "text": "a.",
              "start_ms": 227180,
              "end_ms": 227240,
              "confidence": 0.8605570197105408
            },
            {
              "text": " K",
              "start_ms": 227840,
              "end_ms": 227900,
              "confidence": 0.9981282353401184
            },
            {
              "text": "hi",
              "start_ms": 227960,
              "end_ms": 228020,
              "confidence": 0.9999567270278931
            },
            {
              "text": " ông",
              "start_ms": 228200,
              "end_ms": 228260,
              "confidence": 0.9985775947570801
            },
            {
              "text": " to",
              "start_ms": 228440,
              "end_ms": 228500,
              "confidence": 0.9978983402252197
            },
            {
              "text": "an",
              "start_ms": 228560,
              "end_ms": 228620,
              "confidence": 0.8038548231124878
            },
            {
              "text": " đánh",
              "start_ms": 228740,
              "end_ms": 228800,
              "confidence": 0.980076789855957
            },
            {
              "text": " đ",
              "start_ms": 229040,
              "end_ms": 229100,
              "confidence": 0.9979725480079651
            },
            {
              "text": "u",
              "start_ms": 229100,
              "end_ms": 229160,
              "confidence": 0.9996727705001831
            },
            {
              "text": "ổi",
              "start_ms": 229220,
              "end_ms": 229280,
              "confidence": 0.9996528625488281
            },
            {
              "text": " người",
              "start_ms": 229460,
              "end_ms": 229520,
              "confidence": 0.9992902278900146
            },
            {
              "text": " ",
              "start_ms": 229820,
              "end_ms": 229880,
              "confidence": 0.9998216032981873
            },
            {
              "text": "ấ",
              "start_ms": 229940,
              "end_ms": 230000,
              "confidence": 0.9965786933898926
            },
            {
              "text": "y,",
              "start_ms": 230000,
              "end_ms": 230060,
              "confidence": 0.7309922575950623
            },
            {
              "text": " c",
              "start_ms": 230840,
              "end_ms": 230900,
              "confidence": 0.9875504970550537
            },
            {
              "text": "âu",
              "start_ms": 230960,
              "end_ms": 231020,
              "confidence": 0.999908447265625
            },
            {
              "text": " này",
              "start_ms": 231140,
              "end_ms": 231200,
              "confidence": 0.9993767142295837
            },
            {
              "text": " d",
              "start_ms": 231440,
              "end_ms": 231500,
              "confidence": 0.9989390969276428
            },
            {
              "text": "ạ",
              "start_ms": 231500,
              "end_ms": 231560,
              "confidence": 0.9999523162841797
            },
            {
              "text": "y",
              "start_ms": 231620,
              "end_ms": 231680,
              "confidence": 0.9991261959075928
            },
            {
              "text": " đạo",
              "start_ms": 231740,
              "end_ms": 231800,
              "confidence": 0.9977337718009949
            },
            {
              "text": " đ",
              "start_ms": 231980,
              "end_ms": 232040,
              "confidence": 0.9999005794525146
            },
            {
              "text": "ức",
              "start_ms": 232040,
              "end_ms": 232100,
              "confidence": 0.9998739957809448
            },
            {
              "text": " g",
              "start_ms": 232460,
              "end_ms": 232520,
              "confidence": 0.9986613988876343
            },
            {
              "text": "ì",
              "start_ms": 232520,
              "end_ms": 232580,
              "confidence": 0.9999988079071045
            },
            {
              "text": "?",
              "start_ms": 232580,
              "end_ms": 232640,
              "confidence": 0.9994979500770569
            },
            {
              "text": " C",
              "start_ms": 233480,
              "end_ms": 233540,
              "confidence": 0.9988603591918945
            },
            {
              "text": "âu",
              "start_ms": 233600,
              "end_ms": 233660,
              "confidence": 0.9998496770858765
            },
            {
              "text": " h",
              "start_ms": 233720,
              "end_ms": 233780,
              "confidence": 0.999687671661377
            },
            {
              "text": "ỏ",
              "start_ms": 233780,
              "end_ms": 233840,
              "confidence": 0.9999719858169556
            },
            {
              "text": "i",
              "start_ms": 233900,
              "end_ms": 233960,
              "confidence": 0.9995852112770081
            },
            {
              "text": " b",
              "start_ms": 234260,
              "end_ms": 234320,
              "confidence": 0.9760044813156128
            },
            {
              "text": "ả",
              "start_ms": 234380,
              "end_ms": 234440,
              "confidence": 0.9982159733772278
            },
            {
              "text": "y:",
              "start_ms": 234440,
              "end_ms": 234500,
              "confidence": 0.9113823175430298
            },
            {
              "text": " B",
              "start_ms": 234980,
              "end_ms": 235040,
              "confidence": 0.99496990442276
            },
            {
              "text": "ỗ",
              "start_ms": 235100,
              "end_ms": 235160,
              "confidence": 0.9607368111610413
            },
            {
              "text": "ng",
              "start_ms": 235160,
              "end_ms": 235220,
              "confidence": 0.9999501705169678
            },
            {
              "text": " s",
              "start_ms": 235400,
              "end_ms": 235460,
              "confidence": 0.9907194972038269
            },
            {
              "text": "ực",
              "start_ms": 235460,
              "end_ms": 235520,
              "confidence": 0.9999169111251831
            },
            {
              "text": " nh",
              "start_ms": 235700,
              "end_ms": 235760,
              "confidence": 0.9991098046302795
            },
            {
              "text": "ớ",
              "start_ms": 235820,
              "end_ms": 235880,
              "confidence": 0.9987595081329346
            },
            {
              "text": " lại",
              "start_ms": 236000,
              "end_ms": 236060,
              "confidence": 0.9995465874671936
            },
            {
              "text": " hình",
              "start_ms": 236300,
              "end_ms": 236360,
              "confidence": 0.999514102935791
            },
            {
              "text": " d",
              "start_ms": 236540,
              "end_ms": 236600,
              "confidence": 0.9990260004997253
            },
            {
              "text": "áng",
              "start_ms": 236660,
              "end_ms": 236720,
              "confidence": 0.9509876370429993
            },
            {
              "text": " từ",
              "start_ms": 236900,
              "end_ms": 236960,
              "confidence": 0.9924436211585999
            },
            {
              "text": " nghi",
              "start_ms": 237140,
              "end_ms": 237200,
              "confidence": 0.9918892979621887
            },
            {
              "text": "êm",
              "start_ms": 237260,
              "end_ms": 237320,
              "confidence": 0.9973885416984558
            },
            {
              "text": " của",
              "start_ms": 237500,
              "end_ms": 237560,
              "confidence": 0.9980054497718811
            },
            {
              "text": " Ph",
              "start_ms": 237800,
              "end_ms": 237860,
              "confidence": 0.9998558163642883
            },
            {
              "text": "ậ",
              "start_ms": 237920,
              "end_ms": 237980,
              "confidence": 0.9995731711387634
            },
            {
              "text": "t,",
              "start_ms": 237980,
              "end_ms": 238040,
              "confidence": 0.9148924946784973
            },
            {
              "text": " ông",
              "start_ms": 238460,
              "end_ms": 238520,
              "confidence": 0.997523844242096
            },
            {
              "text": " li",
              "start_ms": 238700,
              "end_ms": 238760,
              "confidence": 0.9997045993804932
            },
            {
              "text": "ền",
              "start_ms": 238760,
              "end_ms": 238820,
              "confidence": 0.9966015815734863
            },
            {
              "text": " ch",
              "start_ms": 239060,
              "end_ms": 239120,
              "confidence": 0.6753868460655212
            },
            {
              "text": "ị",
              "start_ms": 239120,
              "end_ms": 239180,
              "confidence": 0.9998663663864136
            },
            {
              "text": "u",
              "start_ms": 239240,
              "end_ms": 239300,
              "confidence": 0.9993937015533447
            },
            {
              "text": " lại",
              "start_ms": 239540,
              "end_ms": 239600,
              "confidence": 0.97957444190979
            },
            {
              "text": " như",
              "start_ms": 240080,
              "end_ms": 240140,
              "confidence": 0.9998341202735901
            },
            {
              "text": " khi",
              "start_ms": 240320,
              "end_ms": 240380,
              "confidence": 0.9998195767402649
            },
            {
              "text": " b",
              "start_ms": 240680,
              "end_ms": 240740,
              "confidence": 0.9992734789848328
            },
            {
              "text": "ố",
              "start_ms": 240740,
              "end_ms": 240800,
              "confidence": 0.9998027682304382
            },
            {
              "text": " th",
              "start_ms": 240860,
              "end_ms": 240920,
              "confidence": 0.9994637370109558
            },
            {
              "text": "í",
              "start_ms": 240980,
              "end_ms": 241040,
              "confidence": 0.9993032217025757
            },
            {
              "text": " ch",
              "start_ms": 241160,
              "end_ms": 241220,
              "confidence": 0.9982843399047852
            },
            {
              "text": "út",
              "start_ms": 241280,
              "end_ms": 241340,
              "confidence": 0.9965994358062744
            },
            {
              "text": " đ",
              "start_ms": 241460,
              "end_ms": 241520,
              "confidence": 0.9988297820091248
            },
            {
              "text": "ỉnh",
              "start_ms": 241520,
              "end_ms": 241580,
              "confidence": 0.9987788200378418
            },
            {
              "text": " g",
              "start_ms": 241940,
              "end_ms": 242000,
              "confidence": 0.998404860496521
            },
            {
              "text": "ì",
              "start_ms": 242000,
              "end_ms": 242060,
              "confidence": 0.9999980330467224
            },
            {
              "text": ".",
              "start_ms": 242120,
              "end_ms": 242180,
              "confidence": 0.9768170714378357
            },
            {
              "text": " C",
              "start_ms": 242780,
              "end_ms": 242840,
              "confidence": 0.9998123049736023
            },
            {
              "text": "âu",
              "start_ms": 242840,
              "end_ms": 242900,
              "confidence": 0.9999454021453857
            },
            {
              "text": " này",
              "start_ms": 243080,
              "end_ms": 243140,
              "confidence": 0.9997643828392029
            },
            {
              "text": " d",
              "start_ms": 243380,
              "end_ms": 243440,
              "confidence": 0.9996838569641113
            },
            {
              "text": "ạ",
              "start_ms": 243440,
              "end_ms": 243500,
              "confidence": 0.9997925162315369
            },
            {
              "text": "y",
              "start_ms": 243500,
              "end_ms": 243560,
              "confidence": 0.9998242259025574
            },
            {
              "text": " đạo",
              "start_ms": 243620,
              "end_ms": 243680,
              "confidence": 0.9953948855400085
            },
            {
              "text": " đ",
              "start_ms": 243860,
              "end_ms": 243920,
              "confidence": 0.9998302459716797
            },
            {
              "text": "ức",
              "start_ms": 243920,
              "end_ms": 243980,
              "confidence": 0.9980123043060303
            },
            {
              "text": " g",
              "start_ms": 244340,
              "end_ms": 244400,
              "confidence": 0.9994940757751465
            },
            {
              "text": "ì",
              "start_ms": 244400,
              "end_ms": 244460,
              "confidence": 0.9999949932098389
            },
            {
              "text": "?",
              "start_ms": 244520,
              "end_ms": 244580,
              "confidence": 0.9991248846054077
            },
            {
              "text": " C",
              "start_ms": 245120,
              "end_ms": 245180,
              "confidence": 0.9988864064216614
            },
            {
              "text": "âu",
              "start_ms": 245180,
              "end_ms": 245240,
              "confidence": 0.9980148077011108
            },
            {
              "text": " h",
              "start_ms": 245360,
              "end_ms": 245420,
              "confidence": 0.9993268251419067
            },
            {
              "text": "ỏ",
              "start_ms": 245420,
              "end_ms": 245480,
              "confidence": 0.9995962977409363
            },
            {
              "text": "i",
              "start_ms": 245480,
              "end_ms": 245540,
              "confidence": 0.9988136291503906
            },
            {
              "text": " t",
              "start_ms": 245900,
              "end_ms": 245960,
              "confidence": 0.9755462408065796
            },
            {
              "text": "ám",
              "start_ms": 246020,
              "end_ms": 246080,
              "confidence": 0.9998828172683716
            },
            {
              "text": ":",
              "start_ms": 246080,
              "end_ms": 246140,
              "confidence": 0.9975651502609253
            },
            {
              "text": " T",
              "start_ms": 246260,
              "end_ms": 246320,
              "confidence": 0.9996755123138428
            },
            {
              "text": "ối",
              "start_ms": 246320,
              "end_ms": 246380,
              "confidence": 0.9942308664321899
            },
            {
              "text": " h",
              "start_ms": 246500,
              "end_ms": 246560,
              "confidence": 0.9974086880683899
            },
            {
              "text": "ô",
              "start_ms": 246620,
              "end_ms": 246680,
              "confidence": 0.9992765188217163
            },
            {
              "text": "m",
              "start_ms": 246680,
              "end_ms": 246740,
              "confidence": 0.9998571872711182
            },
            {
              "text": " đó",
              "start_ms": 246980,
              "end_ms": 247040,
              "confidence": 0.9991299510002136
            },
            {
              "text": ",",
              "start_ms": 247100,
              "end_ms": 247160,
              "confidence": 0.9862326383590698
            },
            {
              "text": " v",
              "start_ms": 247460,
              "end_ms": 247520,
              "confidence": 0.9981899857521057
            },
            {
              "text": "ợ",
              "start_ms": 247520,
              "end_ms": 247580,
              "confidence": 0.994151771068573
            },
            {
              "text": " ông",
              "start_ms": 247760,
              "end_ms": 247820,
              "confidence": 0.9994813799858093
            },
            {
              "text": " l",
              "start_ms": 247940,
              "end_ms": 248000,
              "confidence": 0.9991222620010376
            },
            {
              "text": "ấy",
              "start_ms": 248000,
              "end_ms": 248060,
              "confidence": 0.9999063611030579
            },
            {
              "text": " làm",
              "start_ms": 248120,
              "end_ms": 248180,
              "confidence": 0.9992662072181702
            },
            {
              "text": " l",
              "start_ms": 248360,
              "end_ms": 248420,
              "confidence": 0.99986732006073
            },
            {
              "text": "ạ",
              "start_ms": 248420,
              "end_ms": 248480,
              "confidence": 0.9946783781051636
            },
            {
              "text": ",",
              "start_ms": 248480,
              "end_ms": 248540,
              "confidence": 0.9876046180725098
            },
            {
              "text": " g",
              "start_ms": 248600,
              "end_ms": 248660,
              "confidence": 0.9980928301811218
            },
            {
              "text": "ạn",
              "start_ms": 248720,
              "end_ms": 248780,
              "confidence": 0.9935395121574402
            },
            {
              "text": " h",
              "start_ms": 248840,
              "end_ms": 248900,
              "confidence": 0.9998264908790588
            },
            {
              "text": "ỏ",
              "start_ms": 248900,
              "end_ms": 248960,
              "confidence": 0.9998086094856262
            },
            {
              "text": "i",
              "start_ms": 249020,
              "end_ms": 249080,
              "confidence": 0.9997637867927551
            },
            {
              "text": " đầu",
              "start_ms": 249200,
              "end_ms": 249260,
              "confidence": 0.9986658096313477
            },
            {
              "text": " đ",
              "start_ms": 249500,
              "end_ms": 249560,
              "confidence": 0.9997802376747131
            },
            {
              "text": "u",
              "start_ms": 249620,
              "end_ms": 249680,
              "confidence": 0.999830961227417
            },
            {
              "text": "ô",
              "start_ms": 249680,
              "end_ms": 249740,
              "confidence": 0.9992812275886536
            },
            {
              "text": "i.",
              "start_ms": 249740,
              "end_ms": 249800,
              "confidence": 0.9626595973968506
            },
            {
              "text": " Ông",
              "start_ms": 250100,
              "end_ms": 250160,
              "confidence": 0.9988545775413513
            },
            {
              "text": " b",
              "start_ms": 250340,
              "end_ms": 250400,
              "confidence": 0.9995152950286865
            },
            {
              "text": "èn",
              "start_ms": 250400,
              "end_ms": 250460,
              "confidence": 0.999627411365509
            },
            {
              "text": " tu",
              "start_ms": 250640,
              "end_ms": 250700,
              "confidence": 0.9991050958633423
            },
            {
              "text": "ần",
              "start_ms": 250760,
              "end_ms": 250820,
              "confidence": 0.9993826150894165
            },
            {
              "text": " tự",
              "start_ms": 250940,
              "end_ms": 251000,
              "confidence": 0.9995539784431458
            },
            {
              "text": " thuật",
              "start_ms": 251300,
              "end_ms": 251360,
              "confidence": 0.9990701079368591
            },
            {
              "text": " l",
              "start_ms": 251720,
              "end_ms": 251780,
              "confidence": 0.9998984336853027
            },
            {
              "text": "ạ",
              "start_ms": 251840,
              "end_ms": 251900,
              "confidence": 0.9999326467514038
            },
            {
              "text": "i.",
              "start_ms": 251900,
              "end_ms": 251960,
              "confidence": 0.9819790124893188
            },
            {
              "text": " Nh",
              "start_ms": 252500,
              "end_ms": 252560,
              "confidence": 0.9997968077659607
            },
            {
              "text": "ờ",
              "start_ms": 252620,
              "end_ms": 252680,
              "confidence": 0.9996907711029053
            },
            {
              "text": " thuật",
              "start_ms": 252800,
              "end_ms": 252860,
              "confidence": 0.9971045851707458
            },
            {
              "text": " l",
              "start_ms": 253220,
              "end_ms": 253280,
              "confidence": 0.999190628528595
            },
            {
              "text": "ạ",
              "start_ms": 253280,
              "end_ms": 253340,
              "confidence": 0.9996877908706665
            },
            {
              "text": "i,",
              "start_ms": 253400,
              "end_ms": 253460,
              "confidence": 0.9997597336769104
            },
            {
              "text": " ông",
              "start_ms": 253700,
              "end_ms": 253760,
              "confidence": 0.9992517828941345
            },
            {
              "text": " nh",
              "start_ms": 253940,
              "end_ms": 254000,
              "confidence": 0.9985187649726868
            },
            {
              "text": "ớ",
              "start_ms": 254000,
              "end_ms": 254060,
              "confidence": 0.9995947480201721
            },
            {
              "text": " lại",
              "start_ms": 254180,
              "end_ms": 254240,
              "confidence": 0.9965595602989197
            },
            {
              "text": " r",
              "start_ms": 254420,
              "end_ms": 254480,
              "confidence": 0.9994320869445801
            },
            {
              "text": "õ",
              "start_ms": 254480,
              "end_ms": 254540,
              "confidence": 0.9990018606185913
            },
            {
              "text": " r",
              "start_ms": 254720,
              "end_ms": 254780,
              "confidence": 0.9995818138122559
            },
            {
              "text": "àng",
              "start_ms": 254780,
              "end_ms": 254840,
              "confidence": 0.9995631575584412
            },
            {
              "text": " hình",
              "start_ms": 255020,
              "end_ms": 255080,
              "confidence": 0.999073326587677
            },
            {
              "text": " d",
              "start_ms": 255140,
              "end_ms": 255200,
              "confidence": 0.9970889687538147
            },
            {
              "text": "ung",
              "start_ms": 255260,
              "end_ms": 255320,
              "confidence": 0.9998716115951538
            },
            {
              "text": " Đức",
              "start_ms": 255440,
              "end_ms": 255500,
              "confidence": 0.9977315664291382
            },
            {
              "text": " Ph",
              "start_ms": 255680,
              "end_ms": 255740,
              "confidence": 0.999398946762085
            },
            {
              "text": "ật",
              "start_ms": 255740,
              "end_ms": 255800,
              "confidence": 0.9994094371795654
            },
            {
              "text": " và",
              "start_ms": 255980,
              "end_ms": 256040,
              "confidence": 0.9993805885314941
            },
            {
              "text": " l",
              "start_ms": 256160,
              "end_ms": 256220,
              "confidence": 0.9462201595306396
            },
            {
              "text": "ời",
              "start_ms": 256220,
              "end_ms": 256280,
              "confidence": 0.9993269443511963
            },
            {
              "text": " Ng",
              "start_ms": 256520,
              "end_ms": 256580,
              "confidence": 0.9966722726821899
            },
            {
              "text": "ài",
              "start_ms": 256520,
              "end_ms": 256580,
              "confidence": 0.9922352433204651
            },
            {
              "text": " d",
              "start_ms": 256880,
              "end_ms": 256940,
              "confidence": 0.9997198581695557
            },
            {
              "text": "ạ",
              "start_ms": 256940,
              "end_ms": 257000,
              "confidence": 0.9995704293251038
            },
            {
              "text": "y.",
              "start_ms": 257060,
              "end_ms": 257120,
              "confidence": 0.9951564073562622
            },
            {
              "text": " C",
              "start_ms": 257900,
              "end_ms": 257960,
              "confidence": 0.9994117021560669
            },
            {
              "text": "âu",
              "start_ms": 258020,
              "end_ms": 258080,
              "confidence": 0.9999290704727173
            },
            {
              "text": " này",
              "start_ms": 258260,
              "end_ms": 258320,
              "confidence": 0.9995799660682678
            },
            {
              "text": " d",
              "start_ms": 258560,
              "end_ms": 258620,
              "confidence": 0.9993755221366882
            },
            {
              "text": "ạ",
              "start_ms": 258620,
              "end_ms": 258680,
              "confidence": 0.9909961223602295
            },
            {
              "text": "y",
              "start_ms": 258680,
              "end_ms": 258740,
              "confidence": 0.9998134970664978
            },
            {
              "text": " đạo",
              "start_ms": 258860,
              "end_ms": 258920,
              "confidence": 0.9945191740989685
            },
            {
              "text": " đ",
              "start_ms": 259100,
              "end_ms": 259160,
              "confidence": 0.9998880624771118
            },
            {
              "text": "ức",
              "start_ms": 259160,
              "end_ms": 259220,
              "confidence": 0.9996336698532104
            },
            {
              "text": " g",
              "start_ms": 259520,
              "end_ms": 259580,
              "confidence": 0.9994311928749084
            },
            {
              "text": "ì",
              "start_ms": 259640,
              "end_ms": 259700,
              "confidence": 0.9999903440475464
            },
            {
              "text": "?",
              "start_ms": 259700,
              "end_ms": 259760,
              "confidence": 0.9995025992393494
            },
            {
              "text": " C",
              "start_ms": 260420,
              "end_ms": 260480,
              "confidence": 0.9992775917053223
            },
            {
              "text": "âu",
              "start_ms": 260480,
              "end_ms": 260540,
              "confidence": 0.9999145865440369
            },
            {
              "text": " h",
              "start_ms": 260600,
              "end_ms": 260660,
              "confidence": 0.9993928074836731
            },
            {
              "text": "ỏ",
              "start_ms": 260660,
              "end_ms": 260720,
              "confidence": 0.999976396560669
            },
            {
              "text": "i",
              "start_ms": 260780,
              "end_ms": 260840,
              "confidence": 0.9983283877372742
            },
            {
              "text": " ch",
              "start_ms": 261200,
              "end_ms": 261260,
              "confidence": 0.967958927154541
            },
            {
              "text": "ín",
              "start_ms": 261260,
              "end_ms": 261320,
              "confidence": 0.9961048364639282
            },
            {
              "text": ":",
              "start_ms": 261320,
              "end_ms": 261380,
              "confidence": 0.9929805397987366
            },
            {
              "text": " Đ",
              "start_ms": 261620,
              "end_ms": 261680,
              "confidence": 0.9985015392303467
            },
            {
              "text": "êm",
              "start_ms": 261740,
              "end_ms": 261800,
              "confidence": 0.999812662601471
            },
            {
              "text": " h",
              "start_ms": 261920,
              "end_ms": 261980,
              "confidence": 0.9998977184295654
            },
            {
              "text": "ô",
              "start_ms": 261980,
              "end_ms": 262040,
              "confidence": 0.9999977946281433
            },
            {
              "text": "m",
              "start_ms": 262040,
              "end_ms": 262100,
              "confidence": 0.9999912977218628
            },
            {
              "text": " ",
              "start_ms": 262280,
              "end_ms": 262340,
              "confidence": 0.9996377229690552
            },
            {
              "text": "ấ",
              "start_ms": 262340,
              "end_ms": 262400,
              "confidence": 0.9994682669639587
            },
            {
              "text": "y,",
              "start_ms": 262400,
              "end_ms": 262460,
              "confidence": 0.999559223651886
            },
            {
              "text": " ông",
              "start_ms": 262700,
              "end_ms": 262760,
              "confidence": 0.9993689060211182
            },
            {
              "text": " su",
              "start_ms": 262940,
              "end_ms": 263000,
              "confidence": 0.9984355568885803
            },
            {
              "text": "y",
              "start_ms": 263000,
              "end_ms": 263060,
              "confidence": 0.9998946189880371
            },
            {
              "text": " ngh",
              "start_ms": 263120,
              "end_ms": 263180,
              "confidence": 0.9996309280395508
            },
            {
              "text": "ĩ",
              "start_ms": 263180,
              "end_ms": 263240,
              "confidence": 0.9999191761016846
            },
            {
              "text": " m",
              "start_ms": 263480,
              "end_ms": 263540,
              "confidence": 0.9988961219787598
            },
            {
              "text": "ong",
              "start_ms": 263600,
              "end_ms": 263660,
              "confidence": 0.7297720909118652
            },
            {
              "text": " l",
              "start_ms": 263840,
              "end_ms": 263900,
              "confidence": 0.9980966448783875
            },
            {
              "text": "ung.",
              "start_ms": 263960,
              "end_ms": 264020,
              "confidence": 0.9826378226280212
            },
            {
              "text": " Ông",
              "start_ms": 264380,
              "end_ms": 264440,
              "confidence": 0.9919787645339966
            },
            {
              "text": " ngh",
              "start_ms": 264740,
              "end_ms": 264800,
              "confidence": 0.9984706044197083
            },
            {
              "text": "ĩ",
              "start_ms": 264920,
              "end_ms": 264980,
              "confidence": 0.9949064254760742
            },
            {
              "text": " nh",
              "start_ms": 265400,
              "end_ms": 265460,
              "confidence": 0.7435124516487122
            },
            {
              "text": "ớ",
              "start_ms": 265640,
              "end_ms": 265700,
              "confidence": 0.9979397654533386
            },
            {
              "text": " Ph",
              "start_ms": 265880,
              "end_ms": 265940,
              "confidence": 0.9993590712547302
            },
            {
              "text": "ật",
              "start_ms": 265940,
              "end_ms": 266000,
              "confidence": 0.996809184551239
            },
            {
              "text": " phải",
              "start_ms": 266180,
              "end_ms": 266240,
              "confidence": 0.9994248151779175
            },
            {
              "text": " nh",
              "start_ms": 266360,
              "end_ms": 266420,
              "confidence": 0.9996156692504883
            },
            {
              "text": "ớ",
              "start_ms": 266420,
              "end_ms": 266480,
              "confidence": 0.9993320107460022
            },
            {
              "text": " đến",
              "start_ms": 266600,
              "end_ms": 266660,
              "confidence": 0.9991457462310791
            },
            {
              "text": " người",
              "start_ms": 266900,
              "end_ms": 266960,
              "confidence": 0.9997619986534119
            },
            {
              "text": " ngh",
              "start_ms": 267140,
              "end_ms": 267200,
              "confidence": 0.9989006519317627
            },
            {
              "text": "è",
              "start_ms": 267260,
              "end_ms": 267320,
              "confidence": 0.9993205070495605
            },
            {
              "text": "o",
              "start_ms": 267380,
              "end_ms": 267440,
              "confidence": 0.9990293979644775
            },
            {
              "text": " kh",
              "start_ms": 267560,
              "end_ms": 267620,
              "confidence": 0.9995191097259521
            },
            {
              "text": "ổ",
              "start_ms": 267620,
              "end_ms": 267680,
              "confidence": 0.9993075132369995
            },
            {
              "text": ",",
              "start_ms": 267800,
              "end_ms": 267860,
              "confidence": 0.9657915830612183
            },
            {
              "text": " t",
              "start_ms": 268220,
              "end_ms": 268280,
              "confidence": 0.998405396938324
            },
            {
              "text": "ưởng",
              "start_ms": 268280,
              "end_ms": 268340,
              "confidence": 0.9999796152114868
            },
            {
              "text": " Ph",
              "start_ms": 268580,
              "end_ms": 268640,
              "confidence": 0.9991539716720581
            },
            {
              "text": "ật",
              "start_ms": 268640,
              "end_ms": 268700,
              "confidence": 0.9992014765739441
            },
            {
              "text": " phải",
              "start_ms": 268820,
              "end_ms": 268880,
              "confidence": 0.9994553923606873
            },
            {
              "text": " t",
              "start_ms": 269000,
              "end_ms": 269060,
              "confidence": 0.9998847246170044
            },
            {
              "text": "ưởng",
              "start_ms": 269060,
              "end_ms": 269120,
              "confidence": 0.9941962361335754
            },
            {
              "text": " đến",
              "start_ms": 269300,
              "end_ms": 269360,
              "confidence": 0.9995759129524231
            },
            {
              "text": " người",
              "start_ms": 269540,
              "end_ms": 269600,
              "confidence": 0.9995120167732239
            },
            {
              "text": " ngh",
              "start_ms": 269780,
              "end_ms": 269840,
              "confidence": 0.9998189806938171
            },
            {
              "text": "è",
              "start_ms": 269840,
              "end_ms": 269900,
              "confidence": 0.9993108510971069
            },
            {
              "text": "o",
              "start_ms": 269960,
              "end_ms": 270020,
              "confidence": 0.9997255206108093
            },
            {
              "text": " kh",
              "start_ms": 270140,
              "end_ms": 270200,
              "confidence": 0.9997998476028442
            },
            {
              "text": "ổ",
              "start_ms": 270260,
              "end_ms": 270320,
              "confidence": 0.999985933303833
            },
            {
              "text": ".",
              "start_ms": 270380,
              "end_ms": 270440,
              "confidence": 0.9987761974334717
            },
            {
              "text": " C",
              "start_ms": 270920,
              "end_ms": 270980,
              "confidence": 0.9998157620429993
            },
            {
              "text": "âu",
              "start_ms": 271040,
              "end_ms": 271100,
              "confidence": 0.9998786449432373
            },
            {
              "text": " này",
              "start_ms": 271220,
              "end_ms": 271280,
              "confidence": 0.999846875667572
            },
            {
              "text": " d",
              "start_ms": 271460,
              "end_ms": 271520,
              "confidence": 0.9992149472236633
            },
            {
              "text": "ạ",
              "start_ms": 271580,
              "end_ms": 271640,
              "confidence": 0.999972403049469
            },
            {
              "text": "y",
              "start_ms": 271640,
              "end_ms": 271700,
              "confidence": 0.9997155666351318
            },
            {
              "text": " đạo",
              "start_ms": 271760,
              "end_ms": 271820,
              "confidence": 0.9969318509101868
            },
            {
              "text": " đ",
              "start_ms": 271940,
              "end_ms": 272000,
              "confidence": 0.999887228012085
            },
            {
              "text": "ức",
              "start_ms": 272000,
              "end_ms": 272060,
              "confidence": 0.9999896883964539
            },
            {
              "text": " g",
              "start_ms": 272420,
              "end_ms": 272480,
              "confidence": 0.9962990880012512
            },
            {
              "text": "ì",
              "start_ms": 272480,
              "end_ms": 272540,
              "confidence": 0.9999960660934448
            },
            {
              "text": "?",
              "start_ms": 272540,
              "end_ms": 272600,
              "confidence": 0.9984101057052612
            },
            {
              "text": " C",
              "start_ms": 273200,
              "end_ms": 273260,
              "confidence": 0.9995049238204956
            },
            {
              "text": "âu",
              "start_ms": 273320,
              "end_ms": 273380,
              "confidence": 0.9999277591705322
            },
            {
              "text": " h",
              "start_ms": 273440,
              "end_ms": 273500,
              "confidence": 0.9994171857833862
            },
            {
              "text": "ỏ",
              "start_ms": 273500,
              "end_ms": 273560,
              "confidence": 0.9997606873512268
            },
            {
              "text": "i",
              "start_ms": 273620,
              "end_ms": 273680,
              "confidence": 0.9996851682662964
            },
            {
              "text": " 10",
              "start_ms": 274160,
              "end_ms": 274220,
              "confidence": 0.6624824404716492
            },
            {
              "text": ":",
              "start_ms": 274340,
              "end_ms": 274400,
              "confidence": 0.987935483455658
            },
            {
              "text": " R",
              "start_ms": 274640,
              "end_ms": 274700,
              "confidence": 0.9968814849853516
            },
            {
              "text": "ồi",
              "start_ms": 274700,
              "end_ms": 274760,
              "confidence": 0.9962746500968933
            },
            {
              "text": " m",
              "start_ms": 274940,
              "end_ms": 275000,
              "confidence": 0.9990683197975159
            },
            {
              "text": "ới",
              "start_ms": 275000,
              "end_ms": 275060,
              "confidence": 0.9995775818824768
            },
            {
              "text": " s",
              "start_ms": 275360,
              "end_ms": 275420,
              "confidence": 0.9997801184654236
            },
            {
              "text": "áng",
              "start_ms": 275480,
              "end_ms": 275540,
              "confidence": 0.9998040795326233
            },
            {
              "text": ",",
              "start_ms": 275540,
              "end_ms": 275600,
              "confidence": 0.9975980520248413
            },
            {
              "text": " ông",
              "start_ms": 275840,
              "end_ms": 275900,
              "confidence": 0.9991093277931213
            },
            {
              "text": " đi",
              "start_ms": 276020,
              "end_ms": 276080,
              "confidence": 0.998866081237793
            },
            {
              "text": " t",
              "start_ms": 276200,
              "end_ms": 276260,
              "confidence": 0.9994891881942749
            },
            {
              "text": "ì",
              "start_ms": 276260,
              "end_ms": 276320,
              "confidence": 0.9992724061012268
            },
            {
              "text": "m",
              "start_ms": 276320,
              "end_ms": 276380,
              "confidence": 0.998578667640686
            },
            {
              "text": " Ph",
              "start_ms": 276680,
              "end_ms": 276740,
              "confidence": 0.9996660947799683
            },
            {
              "text": "ậ",
              "start_ms": 276800,
              "end_ms": 276860,
              "confidence": 0.9979591369628906
            },
            {
              "text": "t.",
              "start_ms": 276860,
              "end_ms": 276920,
              "confidence": 0.9994291663169861
            },
            {
              "text": " Gi",
              "start_ms": 277100,
              "end_ms": 277160,
              "confidence": 0.9995666146278381
            },
            {
              "text": "ữ",
              "start_ms": 277160,
              "end_ms": 277220,
              "confidence": 0.9704350829124451
            },
            {
              "text": "a",
              "start_ms": 277280,
              "end_ms": 277340,
              "confidence": 0.9992409944534302
            },
            {
              "text": " đường",
              "start_ms": 277460,
              "end_ms": 277520,
              "confidence": 0.99953293800354
            },
            {
              "text": ",",
              "start_ms": 277640,
              "end_ms": 277700,
              "confidence": 0.9990299940109253
            },
            {
              "text": " ông",
              "start_ms": 277760,
              "end_ms": 277820,
              "confidence": 0.9989594221115112
            },
            {
              "text": " g",
              "start_ms": 277940,
              "end_ms": 278000,
              "confidence": 0.9996296167373657
            },
            {
              "text": "ặ",
              "start_ms": 278000,
              "end_ms": 278060,
              "confidence": 0.9999381303787231
            },
            {
              "text": "p",
              "start_ms": 278060,
              "end_ms": 278120,
              "confidence": 0.9999473690986633
            },
            {
              "text": " một",
              "start_ms": 278180,
              "end_ms": 278240,
              "confidence": 0.9998535513877869
            },
            {
              "text": " người",
              "start_ms": 278300,
              "end_ms": 278360,
              "confidence": 0.9990384578704834
            },
            {
              "text": " hành",
              "start_ms": 278540,
              "end_ms": 278600,
              "confidence": 0.9981961846351624
            },
            {
              "text": " kh",
              "start_ms": 278720,
              "end_ms": 278780,
              "confidence": 0.9998193383216858
            },
            {
              "text": "ất",
              "start_ms": 278840,
              "end_ms": 278900,
              "confidence": 0.9973052740097046
            },
            {
              "text": " ",
              "start_ms": 279020,
              "end_ms": 279080,
              "confidence": 0.9998997449874878
            },
            {
              "text": "ố",
              "start_ms": 279080,
              "end_ms": 279140,
              "confidence": 0.996397852897644
            },
            {
              "text": "m",
              "start_ms": 279140,
              "end_ms": 279200,
              "confidence": 0.9998636841773987
            },
            {
              "text": " li",
              "start_ms": 279260,
              "end_ms": 279320,
              "confidence": 0.9997062683105469
            },
            {
              "text": "ệt",
              "start_ms": 279320,
              "end_ms": 279380,
              "confidence": 0.9772047996520996
            },
            {
              "text": " b",
              "start_ms": 279500,
              "end_ms": 279560,
              "confidence": 0.9987181425094604
            },
            {
              "text": "ên",
              "start_ms": 279560,
              "end_ms": 279620,
              "confidence": 0.9998058676719666
            },
            {
              "text": " v",
              "start_ms": 279620,
              "end_ms": 279680,
              "confidence": 0.8960721492767334
            },
            {
              "text": "ệ",
              "start_ms": 279800,
              "end_ms": 279860,
              "confidence": 0.9965561628341675
            },
            {
              "text": " đường",
              "start_ms": 280160,
              "end_ms": 280220,
              "confidence": 0.9984400272369385
            },
            {
              "text": ".",
              "start_ms": 280340,
              "end_ms": 280400,
              "confidence": 0.9984919428825378
            },
            {
              "text": " Kh",
              "start_ms": 280760,
              "end_ms": 280820,
              "confidence": 0.9998213648796082
            },
            {
              "text": "ông",
              "start_ms": 280820,
              "end_ms": 280880,
              "confidence": 0.9999909400939941
            },
            {
              "text": " su",
              "start_ms": 281000,
              "end_ms": 281060,
              "confidence": 0.9991139769554138
            },
            {
              "text": "y",
              "start_ms": 281060,
              "end_ms": 281120,
              "confidence": 0.9999262094497681
            },
            {
              "text": " ngh",
              "start_ms": 281300,
              "end_ms": 281360,
              "confidence": 0.9998763799667358
            },
            {
              "text": "ĩ",
              "start_ms": 281420,
              "end_ms": 281480,
              "confidence": 0.9999961853027344
            },
            {
              "text": ",",
              "start_ms": 281480,
              "end_ms": 281540,
              "confidence": 0.9966795444488525
            },
            {
              "text": " ông",
              "start_ms": 281840,
              "end_ms": 281900,
              "confidence": 0.9993885159492493
            },
            {
              "text": " đến",
              "start_ms": 282020,
              "end_ms": 282080,
              "confidence": 0.9996491074562073
            },
            {
              "text": " ",
              "start_ms": 282200,
              "end_ms": 282260,
              "confidence": 0.9992915391921997
            },
            {
              "text": "ân",
              "start_ms": 282320,
              "end_ms": 282380,
              "confidence": 0.9999554753303528
            },
            {
              "text": " c",
              "start_ms": 282440,
              "end_ms": 282500,
              "confidence": 0.9998196959495544
            },
            {
              "text": "ần",
              "start_ms": 282500,
              "end_ms": 282560,
              "confidence": 0.9972857236862183
            },
            {
              "text": " h",
              "start_ms": 282740,
              "end_ms": 282800,
              "confidence": 0.9996029734611511
            },
            {
              "text": "ỏ",
              "start_ms": 282800,
              "end_ms": 282860,
              "confidence": 0.9999922513961792
            },
            {
              "text": "i",
              "start_ms": 282920,
              "end_ms": 282980,
              "confidence": 0.999068558216095
            },
            {
              "text": " han",
              "start_ms": 283220,
              "end_ms": 283280,
              "confidence": 0.8977404832839966
            },
            {
              "text": " và",
              "start_ms": 283640,
              "end_ms": 283700,
              "confidence": 0.9957073926925659
            },
            {
              "text": " d",
              "start_ms": 283880,
              "end_ms": 283940,
              "confidence": 0.9988738894462585
            },
            {
              "text": "ốc",
              "start_ms": 283940,
              "end_ms": 284000,
              "confidence": 0.9569659233093262
            },
            {
              "text": " h",
              "start_ms": 284060,
              "end_ms": 284120,
              "confidence": 0.9998248219490051
            },
            {
              "text": "ết",
              "start_ms": 284120,
              "end_ms": 284180,
              "confidence": 0.9944339394569397
            },
            {
              "text": " ti",
              "start_ms": 284300,
              "end_ms": 284360,
              "confidence": 0.9983717799186707
            },
            {
              "text": "ền",
              "start_ms": 284360,
              "end_ms": 284420,
              "confidence": 0.9993924498558044
            },
            {
              "text": " trong",
              "start_ms": 284540,
              "end_ms": 284600,
              "confidence": 0.999170184135437
            },
            {
              "text": " t",
              "start_ms": 284780,
              "end_ms": 284840,
              "confidence": 0.9994602203369141
            },
            {
              "text": "ú",
              "start_ms": 284840,
              "end_ms": 284900,
              "confidence": 0.9996522665023804
            },
            {
              "text": "i",
              "start_ms": 284900,
              "end_ms": 284960,
              "confidence": 0.9994537234306335
            },
            {
              "text": " ra",
              "start_ms": 285200,
              "end_ms": 285260,
              "confidence": 0.9998239278793335
            },
            {
              "text": " ch",
              "start_ms": 285560,
              "end_ms": 285620,
              "confidence": 0.9468650221824646
            },
            {
              "text": "o.",
              "start_ms": 285680,
              "end_ms": 285740,
              "confidence": 0.9991090893745422
            },
            {
              "text": " Ng",
              "start_ms": 286220,
              "end_ms": 286280,
              "confidence": 0.9993417859077454
            },
            {
              "text": "ười",
              "start_ms": 286280,
              "end_ms": 286340,
              "confidence": 0.9951028823852539
            },
            {
              "text": " ",
              "start_ms": 286460,
              "end_ms": 286520,
              "confidence": 0.9996991157531738
            },
            {
              "text": "ấy",
              "start_ms": 286520,
              "end_ms": 286580,
              "confidence": 0.9998397827148438
            },
            {
              "text": " e",
              "start_ms": 286760,
              "end_ms": 286820,
              "confidence": 0.9984334111213684
            },
            {
              "text": " s",
              "start_ms": 287000,
              "end_ms": 287060,
              "confidence": 0.9995723366737366
            },
            {
              "text": "ợ",
              "start_ms": 287120,
              "end_ms": 287180,
              "confidence": 0.9992758631706238
            },
            {
              "text": ",",
              "start_ms": 287180,
              "end_ms": 287240,
              "confidence": 0.9855188131332397
            },
            {
              "text": " c",
              "start_ms": 287360,
              "end_ms": 287420,
              "confidence": 0.9778468608856201
            },
            {
              "text": "ám",
              "start_ms": 287480,
              "end_ms": 287540,
              "confidence": 0.9976049661636353
            },
            {
              "text": " ",
              "start_ms": 287540,
              "end_ms": 287600,
              "confidence": 0.9999393224716187
            },
            {
              "text": "ơn",
              "start_ms": 287720,
              "end_ms": 287780,
              "confidence": 0.9945313930511475
            },
            {
              "text": " r",
              "start_ms": 288020,
              "end_ms": 288080,
              "confidence": 0.9981679916381836
            },
            {
              "text": "ối",
              "start_ms": 288080,
              "end_ms": 288140,
              "confidence": 0.9986628293991089
            },
            {
              "text": " r",
              "start_ms": 288380,
              "end_ms": 288440,
              "confidence": 0.9993784427642822
            },
            {
              "text": "í",
              "start_ms": 288500,
              "end_ms": 288560,
              "confidence": 0.9604886174201965
            },
            {
              "text": "t.",
              "start_ms": 288560,
              "end_ms": 288620,
              "confidence": 0.9997772574424744
            },
            {
              "text": " C",
              "start_ms": 289100,
              "end_ms": 289160,
              "confidence": 0.999128520488739
            },
            {
              "text": "âu",
              "start_ms": 289220,
              "end_ms": 289280,
              "confidence": 0.9988216757774353
            },
            {
              "text": " này",
              "start_ms": 289400,
              "end_ms": 289460,
              "confidence": 0.9988128542900085
            },
            {
              "text": " d",
              "start_ms": 289700,
              "end_ms": 289760,
              "confidence": 0.9991706609725952
            },
            {
              "text": "ạ",
              "start_ms": 289760,
              "end_ms": 289820,
              "confidence": 0.9995046854019165
            },
            {
              "text": "y",
              "start_ms": 289820,
              "end_ms": 289880,
              "confidence": 0.9996082186698914
            },
            {
              "text": " đạo",
              "start_ms": 290000,
              "end_ms": 290060,
              "confidence": 0.9923935532569885
            },
            {
              "text": " đ",
              "start_ms": 290180,
              "end_ms": 290240,
              "confidence": 0.9998149871826172
            },
            {
              "text": "ức",
              "start_ms": 290240,
              "end_ms": 290300,
              "confidence": 0.9994661211967468
            },
            {
              "text": " g",
              "start_ms": 290660,
              "end_ms": 290720,
              "confidence": 0.9989358186721802
            },
            {
              "text": "ì",
              "start_ms": 290720,
              "end_ms": 290780,
              "confidence": 0.9999962449073792
            },
            {
              "text": "?",
              "start_ms": 290780,
              "end_ms": 290840,
              "confidence": 0.9991707801818848
            },
            {
              "text": " C",
              "start_ms": 291680,
              "end_ms": 291740,
              "confidence": 0.9959416389465332
            },
            {
              "text": "âu",
              "start_ms": 291740,
              "end_ms": 291800,
              "confidence": 0.9992234110832214
            },
            {
              "text": " h",
              "start_ms": 291920,
              "end_ms": 291980,
              "confidence": 0.9978566765785217
            },
            {
              "text": "ỏ",
              "start_ms": 291980,
              "end_ms": 292040,
              "confidence": 0.9999991655349731
            },
            {
              "text": "i",
              "start_ms": 292100,
              "end_ms": 292160,
              "confidence": 0.9994215965270996
            },
            {
              "text": " 11",
              "start_ms": 292640,
              "end_ms": 292700,
              "confidence": 0.906473696231842
            },
            {
              "text": ":",
              "start_ms": 292940,
              "end_ms": 293000,
              "confidence": 0.9988756775856018
            },
            {
              "text": " V",
              "start_ms": 293420,
              "end_ms": 293480,
              "confidence": 0.8153681755065918
            },
            {
              "text": "ì",
              "start_ms": 293480,
              "end_ms": 293540,
              "confidence": 0.9992849230766296
            },
            {
              "text": " t",
              "start_ms": 293660,
              "end_ms": 293720,
              "confidence": 0.9928009510040283
            },
            {
              "text": "ưởng",
              "start_ms": 293780,
              "end_ms": 293840,
              "confidence": 0.9999711513519287
            },
            {
              "text": " nh",
              "start_ms": 294020,
              "end_ms": 294080,
              "confidence": 0.9990501999855042
            },
            {
              "text": "ớ",
              "start_ms": 294080,
              "end_ms": 294140,
              "confidence": 0.9999886751174927
            },
            {
              "text": " Ph",
              "start_ms": 294380,
              "end_ms": 294440,
              "confidence": 0.9897375106811523
            },
            {
              "text": "ật",
              "start_ms": 294440,
              "end_ms": 294500,
              "confidence": 0.9752184152603149
            },
            {
              "text": " n",
              "start_ms": 294680,
              "end_ms": 294740,
              "confidence": 0.9994176626205444
            },
            {
              "text": "ên",
              "start_ms": 294740,
              "end_ms": 294800,
              "confidence": 0.9973607063293457
            },
            {
              "text": " t",
              "start_ms": 294920,
              "end_ms": 294980,
              "confidence": 0.9991515874862671
            },
            {
              "text": "ôi",
              "start_ms": 294980,
              "end_ms": 295040,
              "confidence": 0.9998959302902222
            },
            {
              "text": " gi",
              "start_ms": 295160,
              "end_ms": 295220,
              "confidence": 0.9995806813240051
            },
            {
              "text": "úp",
              "start_ms": 295220,
              "end_ms": 295280,
              "confidence": 0.9999579191207886
            },
            {
              "text": " an",
              "start_ms": 295580,
              "end_ms": 295640,
              "confidence": 0.9933081269264221
            },
            {
              "text": "h.",
              "start_ms": 295700,
              "end_ms": 295760,
              "confidence": 0.880616307258606
            },
            {
              "text": " Anh",
              "start_ms": 296060,
              "end_ms": 296120,
              "confidence": 0.999622106552124
            },
            {
              "text": " nhận",
              "start_ms": 296300,
              "end_ms": 296360,
              "confidence": 0.9984787106513977
            },
            {
              "text": " ti",
              "start_ms": 296540,
              "end_ms": 296600,
              "confidence": 0.9996622800827026
            },
            {
              "text": "ền",
              "start_ms": 296600,
              "end_ms": 296660,
              "confidence": 0.9995130300521851
            },
            {
              "text": " này",
              "start_ms": 296840,
              "end_ms": 296900,
              "confidence": 0.9976790547370911
            },
            {
              "text": " khi",
              "start_ms": 297020,
              "end_ms": 297080,
              "confidence": 0.9995545744895935
            },
            {
              "text": "ến",
              "start_ms": 297080,
              "end_ms": 297140,
              "confidence": 0.999697208404541
            },
            {
              "text": " t",
              "start_ms": 297200,
              "end_ms": 297260,
              "confidence": 0.9997406601905823
            },
            {
              "text": "ôi",
              "start_ms": 297320,
              "end_ms": 297380,
              "confidence": 0.9982931017875671
            },
            {
              "text": " được",
              "start_ms": 297500,
              "end_ms": 297560,
              "confidence": 0.999377965927124
            },
            {
              "text": " ph",
              "start_ms": 297800,
              "end_ms": 297860,
              "confidence": 0.9783581495285034
            },
            {
              "text": "ước",
              "start_ms": 297920,
              "end_ms": 297980,
              "confidence": 0.9999680519104004
            },
            {
              "text": ".",
              "start_ms": 298040,
              "end_ms": 298100,
              "confidence": 0.7534162998199463
            },
            {
              "text": " Th",
              "start_ms": 298460,
              "end_ms": 298520,
              "confidence": 0.999152660369873
            },
            {
              "text": "ế",
              "start_ms": 298520,
              "end_ms": 298580,
              "confidence": 0.9998040795326233
            },
            {
              "text": " là",
              "start_ms": 298700,
              "end_ms": 298760,
              "confidence": 0.9996659755706787
            },
            {
              "text": " t",
              "start_ms": 298940,
              "end_ms": 299000,
              "confidence": 0.998492956161499
            },
            {
              "text": "ôi",
              "start_ms": 299000,
              "end_ms": 299060,
              "confidence": 0.9963091015815735
            },
            {
              "text": " ",
              "start_ms": 299180,
              "end_ms": 299240,
              "confidence": 0.9992016553878784
            },
            {
              "text": "ơn",
              "start_ms": 299300,
              "end_ms": 299360,
              "confidence": 0.9995152950286865
            },
            {
              "text": " an",
              "start_ms": 299600,
              "end_ms": 299660,
              "confidence": 0.9931524991989136
            },
            {
              "text": "h,",
              "start_ms": 299720,
              "end_ms": 299780,
              "confidence": 0.9819309711456299
            },
            {
              "text": " ch",
              "start_ms": 299960,
              "end_ms": 300020,
              "confidence": 0.997958779335022
            },
            {
              "text": "ứ",
              "start_ms": 300020,
              "end_ms": 300080,
              "confidence": 0.9905796647071838
            },
            {
              "text": " n",
              "start_ms": 300200,
              "end_ms": 300260,
              "confidence": 0.9978397488594055
            },
            {
              "text": "ào",
              "start_ms": 300260,
              "end_ms": 300320,
              "confidence": 0.9999321699142456
            },
            {
              "text": " anh",
              "start_ms": 300440,
              "end_ms": 300500,
              "confidence": 0.997731626033783
            },
            {
              "text": " ",
              "start_ms": 300620,
              "end_ms": 300680,
              "confidence": 0.9994168281555176
            },
            {
              "text": "ơn",
              "start_ms": 300680,
              "end_ms": 300740,
              "confidence": 0.9992774724960327
            },
            {
              "text": " g",
              "start_ms": 300980,
              "end_ms": 301040,
              "confidence": 0.9678158760070801
            },
            {
              "text": "ì",
              "start_ms": 301040,
              "end_ms": 301100,
              "confidence": 0.9999707937240601
            },
            {
              "text": " t",
              "start_ms": 301340,
              "end_ms": 301400,
              "confidence": 0.9859063625335693
            },
            {
              "text": "ô",
              "start_ms": 301460,
              "end_ms": 301520,
              "confidence": 0.6220076680183411
            },
            {
              "text": "i.",
              "start_ms": 301520,
              "end_ms": 301580,
              "confidence": 0.9990472793579102
            },
            {
              "text": " C",
              "start_ms": 302360,
              "end_ms": 302420,
              "confidence": 0.9891616106033325
            },
            {
              "text": "âu",
              "start_ms": 302480,
              "end_ms": 302540,
              "confidence": 0.9997721910476685
            },
            {
              "text": " này",
              "start_ms": 302660,
              "end_ms": 302720,
              "confidence": 0.9959918856620789
            },
            {
              "text": " d",
              "start_ms": 302960,
              "end_ms": 303020,
              "confidence": 0.9967586398124695
            },
            {
              "text": "ạ",
              "start_ms": 303020,
              "end_ms": 303080,
              "confidence": 0.9998277425765991
            },
            {
              "text": "y",
              "start_ms": 303080,
              "end_ms": 303140,
              "confidence": 0.994129478931427
            },
            {
              "text": " đạo",
              "start_ms": 303260,
              "end_ms": 303320,
              "confidence": 0.9820705652236938
            },
            {
              "text": " đ",
              "start_ms": 303440,
              "end_ms": 303500,
              "confidence": 0.9997930526733398
            },
            {
              "text": "ức",
              "start_ms": 303500,
              "end_ms": 303560,
              "confidence": 0.9997612833976746
            },
            {
              "text": " g",
              "start_ms": 303860,
              "end_ms": 303920,
              "confidence": 0.9925926327705383
            },
            {
              "text": "ì",
              "start_ms": 303980,
              "end_ms": 304040,
              "confidence": 0.9999973773956299
            },
            {
              "text": "?",
              "start_ms": 304040,
              "end_ms": 304100,
              "confidence": 0.9426445364952087
            },
            {
              "text": " C",
              "start_ms": 304820,
              "end_ms": 304880,
              "confidence": 0.9882612824440002
            },
            {
              "text": "âu",
              "start_ms": 304940,
              "end_ms": 305000,
              "confidence": 0.9991865754127502
            },
            {
              "text": " h",
              "start_ms": 305000,
              "end_ms": 305060,
              "confidence": 0.9956300854682922
            },
            {
              "text": "ỏ",
              "start_ms": 305120,
              "end_ms": 305180,
              "confidence": 0.9997962117195129
            },
            {
              "text": "i",
              "start_ms": 305180,
              "end_ms": 305240,
              "confidence": 0.9855400919914246
            },
            {
              "text": " 12",
              "start_ms": 305660,
              "end_ms": 305720,
              "confidence": 0.8944231867790222
            },
            {
              "text": ":",
              "start_ms": 306140,
              "end_ms": 306200,
              "confidence": 0.920954167842865
            },
            {
              "text": " B",
              "start_ms": 306500,
              "end_ms": 306560,
              "confidence": 0.9718003869056702
            },
            {
              "text": "ỗ",
              "start_ms": 306620,
              "end_ms": 306680,
              "confidence": 0.9993817806243896
            },
            {
              "text": "ng",
              "start_ms": 306680,
              "end_ms": 306740,
              "confidence": 0.9999713897705078
            },
            {
              "text": " nhiên",
              "start_ms": 306800,
              "end_ms": 306860,
              "confidence": 0.9997212290763855
            },
            {
              "text": ",",
              "start_ms": 307040,
              "end_ms": 307100,
              "confidence": 0.8114743232727051
            },
            {
              "text": " người",
              "start_ms": 307160,
              "end_ms": 307220,
              "confidence": 0.9980681538581848
            },
            {
              "text": " ",
              "start_ms": 307340,
              "end_ms": 307400,
              "confidence": 0.9999263286590576
            },
            {
              "text": "ấy",
              "start_ms": 307400,
              "end_ms": 307460,
              "confidence": 0.9989134073257446
            },
            {
              "text": " c",
              "start_ms": 307580,
              "end_ms": 307640,
              "confidence": 0.9928522706031799
            },
            {
              "text": "ất",
              "start_ms": 307640,
              "end_ms": 307700,
              "confidence": 0.9998847246170044
            },
            {
              "text": " tiếng",
              "start_ms": 307820,
              "end_ms": 307880,
              "confidence": 0.9954079985618591
            },
            {
              "text": " ni",
              "start_ms": 308120,
              "end_ms": 308180,
              "confidence": 0.9819265604019165
            },
            {
              "text": "ệm",
              "start_ms": 308360,
              "end_ms": 308420,
              "confidence": 0.8719484210014343
            },
            {
              "text": ":",
              "start_ms": 308420,
              "end_ms": 308480,
              "confidence": 0.9475226998329163
            },
            {
              "text": " \"N",
              "start_ms": 309020,
              "end_ms": 309080,
              "confidence": 0.538611114025116
            },
            {
              "text": "am",
              "start_ms": 309260,
              "end_ms": 309320,
              "confidence": 0.9942830801010132
            },
            {
              "text": " M",
              "start_ms": 309440,
              "end_ms": 309500,
              "confidence": 0.8717848062515259
            },
            {
              "text": "ô",
              "start_ms": 309620,
              "end_ms": 309680,
              "confidence": 0.999671995639801
            },
            {
              "text": " B",
              "start_ms": 309860,
              "end_ms": 309920,
              "confidence": 0.9906361103057861
            },
            {
              "text": "ổ",
              "start_ms": 309920,
              "end_ms": 309980,
              "confidence": 0.9998045563697815
            },
            {
              "text": "n",
              "start_ms": 310040,
              "end_ms": 310100,
              "confidence": 0.99614018201828
            },
            {
              "text": " S",
              "start_ms": 310220,
              "end_ms": 310280,
              "confidence": 0.9991278052330017
            },
            {
              "text": "ư",
              "start_ms": 310280,
              "end_ms": 310340,
              "confidence": 0.9962772130966187
            },
            {
              "text": " Th",
              "start_ms": 310520,
              "end_ms": 310580,
              "confidence": 0.9943076372146606
            },
            {
              "text": "ích",
              "start_ms": 310640,
              "end_ms": 310700,
              "confidence": 0.9999562501907349
            },
            {
              "text": " Ca",
              "start_ms": 310880,
              "end_ms": 310940,
              "confidence": 0.9942601323127747
            },
            {
              "text": " M",
              "start_ms": 311180,
              "end_ms": 311240,
              "confidence": 0.9990971684455872
            },
            {
              "text": "âu",
              "start_ms": 311240,
              "end_ms": 311300,
              "confidence": 0.9996376633644104
            },
            {
              "text": " Ni",
              "start_ms": 311420,
              "end_ms": 311480,
              "confidence": 0.9950296878814697
            },
            {
              "text": " Ph",
              "start_ms": 311780,
              "end_ms": 311840,
              "confidence": 0.9976534247398376
            },
            {
              "text": "ậ",
              "start_ms": 311900,
              "end_ms": 311960,
              "confidence": 0.9991869330406189
            },
            {
              "text": "t,",
              "start_ms": 312020,
              "end_ms": 312080,
              "confidence": 0.9770023822784424
            },
            {
              "text": " k",
              "start_ms": 312620,
              "end_ms": 312680,
              "confidence": 0.9690572023391724
            },
            {
              "text": "ính",
              "start_ms": 312740,
              "end_ms": 312800,
              "confidence": 0.9998231530189514
            },
            {
              "text": " l",
              "start_ms": 313040,
              "end_ms": 313100,
              "confidence": 0.9926756024360657
            },
            {
              "text": "ễ",
              "start_ms": 313100,
              "end_ms": 313160,
              "confidence": 0.9927392601966858
            },
            {
              "text": " đ",
              "start_ms": 313400,
              "end_ms": 313460,
              "confidence": 0.980037271976471
            },
            {
              "text": "ấ",
              "start_ms": 313460,
              "end_ms": 313520,
              "confidence": 0.9922394156455994
            },
            {
              "text": "ng",
              "start_ms": 313520,
              "end_ms": 313580,
              "confidence": 0.9996111989021301
            },
            {
              "text": " gi",
              "start_ms": 313760,
              "end_ms": 313820,
              "confidence": 0.9838705658912659
            },
            {
              "text": "ác",
              "start_ms": 313820,
              "end_ms": 313880,
              "confidence": 0.9998480081558228
            },
            {
              "text": " ng",
              "start_ms": 314120,
              "end_ms": 314180,
              "confidence": 0.9983080625534058
            },
            {
              "text": "ộ",
              "start_ms": 314240,
              "end_ms": 314300,
              "confidence": 0.9994433522224426
            },
            {
              "text": ".\"",
              "start_ms": 314360,
              "end_ms": 314420,
              "confidence": 0.9855449795722961
            },
            {
              "text": " Ông",
              "start_ms": 314960,
              "end_ms": 315020,
              "confidence": 0.9830763339996338
            },
            {
              "text": " ho",
              "start_ms": 315200,
              "end_ms": 315260,
              "confidence": 0.9564222693443298
            },
            {
              "text": "àng",
              "start_ms": 315260,
              "end_ms": 315320,
              "confidence": 0.9994472861289978
            },
            {
              "text": " cũng",
              "start_ms": 315440,
              "end_ms": 315500,
              "confidence": 0.9939093589782715
            },
            {
              "text": " b",
              "start_ms": 315620,
              "end_ms": 315680,
              "confidence": 0.9957780241966248
            },
            {
              "text": "ất",
              "start_ms": 315680,
              "end_ms": 315740,
              "confidence": 0.9988515377044678
            },
            {
              "text": " gi",
              "start_ms": 315920,
              "end_ms": 315980,
              "confidence": 0.9982926249504089
            },
            {
              "text": "ác",
              "start_ms": 316040,
              "end_ms": 316100,
              "confidence": 0.9957980513572693
            },
            {
              "text": " ni",
              "start_ms": 316280,
              "end_ms": 316340,
              "confidence": 0.988277018070221
            },
            {
              "text": "ệm",
              "start_ms": 316520,
              "end_ms": 316580,
              "confidence": 0.9958688020706177
            },
            {
              "text": " the",
              "start_ms": 316820,
              "end_ms": 316880,
              "confidence": 0.9901395440101624
            },
            {
              "text": "o.",
              "start_ms": 317000,
              "end_ms": 317060,
              "confidence": 0.9978780746459961
            },
            {
              "text": " C",
              "start_ms": 317720,
              "end_ms": 317780,
              "confidence": 0.9959509372711182
            },
            {
              "text": "âu",
              "start_ms": 317780,
              "end_ms": 317840,
              "confidence": 0.998706579208374
            },
            {
              "text": " này",
              "start_ms": 318020,
              "end_ms": 318080,
              "confidence": 0.9983270764350891
            },
            {
              "text": " d",
              "start_ms": 318320,
              "end_ms": 318380,
              "confidence": 0.9977555274963379
            },
            {
              "text": "ạ",
              "start_ms": 318380,
              "end_ms": 318440,
              "confidence": 0.9998117089271545
            },
            {
              "text": "y",
              "start_ms": 318440,
              "end_ms": 318500,
              "confidence": 0.9990507960319519
            },
            {
              "text": " đạo",
              "start_ms": 318560,
              "end_ms": 318620,
              "confidence": 0.9828102588653564
            },
            {
              "text": " đ",
              "start_ms": 318800,
              "end_ms": 318860,
              "confidence": 0.9993343949317932
            },
            {
              "text": "ức",
              "start_ms": 318860,
              "end_ms": 318920,
              "confidence": 0.9998881816864014
            },
            {
              "text": " g",
              "start_ms": 319280,
              "end_ms": 319340,
              "confidence": 0.9979586005210876
            },
            {
              "text": "ì",
              "start_ms": 319460,
              "end_ms": 319520,
              "confidence": 0.9998918175697327
            },
            {
              "text": "?",
              "start_ms": 319580,
              "end_ms": 319640,
              "confidence": 0.9886345863342285
            },
            {
              "text": " C",
              "start_ms": 320180,
              "end_ms": 320240,
              "confidence": 0.9979857802391052
            },
            {
              "text": "âu",
              "start_ms": 320240,
              "end_ms": 320300,
              "confidence": 0.9980977773666382
            },
            {
              "text": " h",
              "start_ms": 320300,
              "end_ms": 320360,
              "confidence": 0.994219958782196
            },
            {
              "text": "ỏ",
              "start_ms": 320360,
              "end_ms": 320420,
              "confidence": 0.9999841451644897
            },
            {
              "text": "i",
              "start_ms": 320480,
              "end_ms": 320540,
              "confidence": 0.9920669198036194
            },
            {
              "text": " 13",
              "start_ms": 321020,
              "end_ms": 321080,
              "confidence": 0.9477609992027283
            },
            {
              "text": ":",
              "start_ms": 321200,
              "end_ms": 321260,
              "confidence": 0.9970388412475586
            },
            {
              "text": " Ph",
              "start_ms": 322100,
              "end_ms": 322160,
              "confidence": 0.8335955739021301
            },
            {
              "text": "ả",
              "start_ms": 322220,
              "end_ms": 322280,
              "confidence": 0.9998284578323364
            },
            {
              "text": "i,",
              "start_ms": 322340,
              "end_ms": 322400,
              "confidence": 0.9045121073722839
            },
            {
              "text": " ni",
              "start_ms": 322880,
              "end_ms": 322940,
              "confidence": 0.9458065629005432
            },
            {
              "text": "ệm",
              "start_ms": 323000,
              "end_ms": 323060,
              "confidence": 0.9985908269882202
            },
            {
              "text": " Ph",
              "start_ms": 323300,
              "end_ms": 323360,
              "confidence": 0.9968287944793701
            },
            {
              "text": "ậ",
              "start_ms": 323480,
              "end_ms": 323540,
              "confidence": 0.9090427160263062
            },
            {
              "text": "t,",
              "start_ms": 323480,
              "end_ms": 323480,
              "confidence": 0.904646098613739
            },
            {
              "text": " ông",
              "start_ms": 323600,
              "end_ms": 323660,
              "confidence": 0.9986718893051147
            },
            {
              "text": " phải",
              "start_ms": 323780,
              "end_ms": 323840,
              "confidence": 0.9974969029426575
            },
            {
              "text": " t",
              "start_ms": 324020,
              "end_ms": 324080,
              "confidence": 0.9967172741889954
            },
            {
              "text": "ưởng",
              "start_ms": 324080,
              "end_ms": 324140,
              "confidence": 0.9999797344207764
            },
            {
              "text": " ni",
              "start_ms": 324260,
              "end_ms": 324320,
              "confidence": 0.9928272366523743
            },
            {
              "text": "ệm",
              "start_ms": 324380,
              "end_ms": 324440,
              "confidence": 0.9964942336082458
            },
            {
              "text": " người",
              "start_ms": 324680,
              "end_ms": 324740,
              "confidence": 0.9977853298187256
            },
            {
              "text": " ngh",
              "start_ms": 324860,
              "end_ms": 324920,
              "confidence": 0.9993761777877808
            },
            {
              "text": "è",
              "start_ms": 324920,
              "end_ms": 324980,
              "confidence": 0.9997361302375793
            },
            {
              "text": "o",
              "start_ms": 325040,
              "end_ms": 325100,
              "confidence": 0.9973307847976685
            },
            {
              "text": " kh",
              "start_ms": 325160,
              "end_ms": 325220,
              "confidence": 0.9984392523765564
            },
            {
              "text": "ó",
              "start_ms": 325220,
              "end_ms": 325280,
              "confidence": 0.9965537786483765
            },
            {
              "text": " để",
              "start_ms": 325400,
              "end_ms": 325460,
              "confidence": 0.9981354475021362
            },
            {
              "text": " gi",
              "start_ms": 325520,
              "end_ms": 325580,
              "confidence": 0.9977552890777588
            },
            {
              "text": "úp",
              "start_ms": 325640,
              "end_ms": 325700,
              "confidence": 0.9997239708900452
            },
            {
              "text": " đ",
              "start_ms": 325760,
              "end_ms": 325820,
              "confidence": 0.9989264607429504
            },
            {
              "text": "ỡ",
              "start_ms": 325880,
              "end_ms": 325940,
              "confidence": 0.9977020025253296
            },
            {
              "text": " họ",
              "start_ms": 326360,
              "end_ms": 326420,
              "confidence": 0.9949812293052673
            },
            {
              "text": ".",
              "start_ms": 326480,
              "end_ms": 326540,
              "confidence": 0.9756152033805847
            },
            {
              "text": " T",
              "start_ms": 327080,
              "end_ms": 327140,
              "confidence": 0.9982858300209045
            },
            {
              "text": "ưởng",
              "start_ms": 327200,
              "end_ms": 327260,
              "confidence": 0.9998636245727539
            },
            {
              "text": " ni",
              "start_ms": 327380,
              "end_ms": 327440,
              "confidence": 0.9937704801559448
            },
            {
              "text": "ệm",
              "start_ms": 327500,
              "end_ms": 327560,
              "confidence": 0.9998944997787476
            },
            {
              "text": " người",
              "start_ms": 327800,
              "end_ms": 327860,
              "confidence": 0.997929573059082
            },
            {
              "text": " ngh",
              "start_ms": 328040,
              "end_ms": 328100,
              "confidence": 0.9978060126304626
            },
            {
              "text": "è",
              "start_ms": 328100,
              "end_ms": 328160,
              "confidence": 0.9996700286865234
            },
            {
              "text": "o",
              "start_ms": 328220,
              "end_ms": 328280,
              "confidence": 0.9984079003334045
            },
            {
              "text": " kh",
              "start_ms": 328340,
              "end_ms": 328400,
              "confidence": 0.9992906451225281
            },
            {
              "text": "ó",
              "start_ms": 328400,
              "end_ms": 328460,
              "confidence": 0.9992597699165344
            },
            {
              "text": " là",
              "start_ms": 328640,
              "end_ms": 328700,
              "confidence": 0.9987581968307495
            },
            {
              "text": " để",
              "start_ms": 328820,
              "end_ms": 328880,
              "confidence": 0.9950608611106873
            },
            {
              "text": " gi",
              "start_ms": 329000,
              "end_ms": 329060,
              "confidence": 0.9984388947486877
            },
            {
              "text": "úp",
              "start_ms": 329060,
              "end_ms": 329120,
              "confidence": 0.9977748990058899
            },
            {
              "text": " đ",
              "start_ms": 329180,
              "end_ms": 329240,
              "confidence": 0.9971755743026733
            },
            {
              "text": "ỡ",
              "start_ms": 329300,
              "end_ms": 329360,
              "confidence": 0.9949676394462585
            },
            {
              "text": " họ",
              "start_ms": 329780,
              "end_ms": 329840,
              "confidence": 0.9637593626976013
            },
            {
              "text": ",",
              "start_ms": 330020,
              "end_ms": 330080,
              "confidence": 0.7726105451583862
            },
            {
              "text": " là",
              "start_ms": 330200,
              "end_ms": 330260,
              "confidence": 0.9967913031578064
            },
            {
              "text": " t",
              "start_ms": 330440,
              "end_ms": 330500,
              "confidence": 0.9933919310569763
            },
            {
              "text": "ưởng",
              "start_ms": 330500,
              "end_ms": 330560,
              "confidence": 0.9997197985649109
            },
            {
              "text": " ni",
              "start_ms": 330740,
              "end_ms": 330800,
              "confidence": 0.9961600303649902
            },
            {
              "text": "ệm",
              "start_ms": 330800,
              "end_ms": 330860,
              "confidence": 0.9977098107337952
            },
            {
              "text": " Ph",
              "start_ms": 331160,
              "end_ms": 331220,
              "confidence": 0.9971938133239746
            },
            {
              "text": "ật",
              "start_ms": 331220,
              "end_ms": 331280,
              "confidence": 0.9518318176269531
            },
            {
              "text": " đó",
              "start_ms": 331700,
              "end_ms": 331760,
              "confidence": 0.9983395338058472
            },
            {
              "text": ".",
              "start_ms": 331820,
              "end_ms": 331880,
              "confidence": 0.9902006387710571
            },
            {
              "text": " C",
              "start_ms": 332540,
              "end_ms": 332600,
              "confidence": 0.997088611125946
            },
            {
              "text": "âu",
              "start_ms": 332600,
              "end_ms": 332660,
              "confidence": 0.9999164342880249
            },
            {
              "text": " này",
              "start_ms": 332840,
              "end_ms": 332900,
              "confidence": 0.9965769648551941
            },
            {
              "text": " d",
              "start_ms": 333140,
              "end_ms": 333200,
              "confidence": 0.9983635544776917
            },
            {
              "text": "ạ",
              "start_ms": 333200,
              "end_ms": 333260,
              "confidence": 0.9999397993087769
            },
            {
              "text": "y",
              "start_ms": 333260,
              "end_ms": 333320,
              "confidence": 0.996204137802124
            },
            {
              "text": " đạo",
              "start_ms": 333440,
              "end_ms": 333500,
              "confidence": 0.9801459908485413
            },
            {
              "text": " đ",
              "start_ms": 333680,
              "end_ms": 333740,
              "confidence": 0.999822735786438
            },
            {
              "text": "ức",
              "start_ms": 333740,
              "end_ms": 333800,
              "confidence": 0.9996484518051147
            },
            {
              "text": " g",
              "start_ms": 334100,
              "end_ms": 334160,
              "confidence": 0.9957149624824524
            },
            {
              "text": "ì",
              "start_ms": 334220,
              "end_ms": 334280,
              "confidence": 0.9999955892562866
            },
            {
              "text": "?",
              "start_ms": 334280,
              "end_ms": 334340,
              "confidence": 0.9892751574516296
            },
            {
              "text": " Tr",
              "start_ms": 335240,
              "end_ms": 335300,
              "confidence": 0.930374264717102
            },
            {
              "text": "ả",
              "start_ms": 335240,
              "end_ms": 335240,
              "confidence": 0.9999523162841797
            },
            {
              "text": " l",
              "start_ms": 335480,
              "end_ms": 335540,
              "confidence": 0.9914242625236511
            },
            {
              "text": "ời",
              "start_ms": 335540,
              "end_ms": 335600,
              "confidence": 0.9991894364356995
            },
            {
              "text": " những",
              "start_ms": 335780,
              "end_ms": 335840,
              "confidence": 0.9891427159309387
            },
            {
              "text": " c",
              "start_ms": 335960,
              "end_ms": 336020,
              "confidence": 0.9981937408447266
            },
            {
              "text": "âu",
              "start_ms": 336020,
              "end_ms": 336080,
              "confidence": 0.9986903667449951
            },
            {
              "text": " h",
              "start_ms": 336260,
              "end_ms": 336320,
              "confidence": 0.997747540473938
            },
            {
              "text": "ỏ",
              "start_ms": 336380,
              "end_ms": 336440,
              "confidence": 0.9997466206550598
            },
            {
              "text": "i.",
              "start_ms": 336500,
              "end_ms": 336560,
              "confidence": 0.5592421889305115
            },
            {
              "text": " Tr",
              "start_ms": 337760,
              "end_ms": 337820,
              "confidence": 0.9690194129943848
            },
            {
              "text": "ả",
              "start_ms": 337880,
              "end_ms": 337940,
              "confidence": 0.9990884065628052
            },
            {
              "text": " l",
              "start_ms": 338060,
              "end_ms": 338120,
              "confidence": 0.9937301874160767
            },
            {
              "text": "ời",
              "start_ms": 338120,
              "end_ms": 338180,
              "confidence": 0.9830591678619385
            },
            {
              "text": " c",
              "start_ms": 338300,
              "end_ms": 338360,
              "confidence": 0.9708093404769897
            },
            {
              "text": "âu",
              "start_ms": 338360,
              "end_ms": 338420,
              "confidence": 0.9979522228240967
            },
            {
              "text": " h",
              "start_ms": 338360,
              "end_ms": 338420,
              "confidence": 0.9983375072479248
            },
            {
              "text": "ỏ",
              "start_ms": 338540,
              "end_ms": 338600,
              "confidence": 0.9999918937683105
            },
            {
              "text": "i",
              "start_ms": 338660,
              "end_ms": 338720,
              "confidence": 0.9882643222808838
            },
            {
              "text": " một",
              "start_ms": 339020,
              "end_ms": 339080,
              "confidence": 0.5263959169387817
            },
            {
              "text": ":",
              "start_ms": 339380,
              "end_ms": 339440,
              "confidence": 0.9875975251197815
            },
            {
              "text": " Thành",
              "start_ms": 339800,
              "end_ms": 339860,
              "confidence": 0.9567932486534119
            },
            {
              "text": " La",
              "start_ms": 340040,
              "end_ms": 340100,
              "confidence": 0.9859328269958496
            },
            {
              "text": " P",
              "start_ms": 340220,
              "end_ms": 340280,
              "confidence": 0.922956109046936
            },
            {
              "text": "hi",
              "start_ms": 340220,
              "end_ms": 340220,
              "confidence": 0.9995926022529602
            },
            {
              "text": "ệt",
              "start_ms": 340280,
              "end_ms": 340340,
              "confidence": 0.9936131834983826
            },
            {
              "text": " có",
              "start_ms": 340460,
              "end_ms": 340520,
              "confidence": 0.9993929862976074
            },
            {
              "text": " một",
              "start_ms": 340640,
              "end_ms": 340700,
              "confidence": 0.9974160194396973
            },
            {
              "text": " ông",
              "start_ms": 340820,
              "end_ms": 340880,
              "confidence": 0.9993903040885925
            },
            {
              "text": " ho",
              "start_ms": 341060,
              "end_ms": 341120,
              "confidence": 0.994650661945343
            },
            {
              "text": "àng",
              "start_ms": 341120,
              "end_ms": 341180,
              "confidence": 0.9923418760299683
            },
            {
              "text": " t",
              "start_ms": 341240,
              "end_ms": 341300,
              "confidence": 0.9931192994117737
            },
            {
              "text": "ánh",
              "start_ms": 341300,
              "end_ms": 341360,
              "confidence": 0.9992510676383972
            },
            {
              "text": " r",
              "start_ms": 341480,
              "end_ms": 341540,
              "confidence": 0.9943230748176575
            },
            {
              "text": "ất",
              "start_ms": 341600,
              "end_ms": 341660,
              "confidence": 0.998005211353302
            },
            {
              "text": " h",
              "start_ms": 341780,
              "end_ms": 341840,
              "confidence": 0.9923088550567627
            },
            {
              "text": "ung",
              "start_ms": 341900,
              "end_ms": 341960,
              "confidence": 0.9962046146392822
            },
            {
              "text": " b",
              "start_ms": 342140,
              "end_ms": 342200,
              "confidence": 0.9965394139289856
            },
            {
              "text": "ạ",
              "start_ms": 342260,
              "end_ms": 342320,
              "confidence": 0.9824962019920349
            },
            {
              "text": "o.",
              "start_ms": 342380,
              "end_ms": 342440,
              "confidence": 0.9989181160926819
            },
            {
              "text": " C",
              "start_ms": 343040,
              "end_ms": 343100,
              "confidence": 0.9994462132453918
            },
            {
              "text": "âu",
              "start_ms": 343160,
              "end_ms": 343220,
              "confidence": 0.9997180104255676
            },
            {
              "text": " này",
              "start_ms": 343400,
              "end_ms": 343460,
              "confidence": 0.9978342056274414
            },
            {
              "text": " chỉ",
              "start_ms": 343700,
              "end_ms": 343760,
              "confidence": 0.9986344575881958
            },
            {
              "text": " cho",
              "start_ms": 343940,
              "end_ms": 344000,
              "confidence": 0.9916811585426331
            },
            {
              "text": " một",
              "start_ms": 344120,
              "end_ms": 344180,
              "confidence": 0.9982794523239136
            },
            {
              "text": " người",
              "start_ms": 344360,
              "end_ms": 344420,
              "confidence": 0.9859615564346313
            },
            {
              "text": " h",
              "start_ms": 344600,
              "end_ms": 344660,
              "confidence": 0.9979425072669983
            },
            {
              "text": "ung",
              "start_ms": 344660,
              "end_ms": 344720,
              "confidence": 0.9982671737670898
            },
            {
              "text": " ",
              "start_ms": 345020,
              "end_ms": 345080,
              "confidence": 0.9983437061309814
            },
            {
              "text": "ác",
              "start_ms": 345140,
              "end_ms": 345200,
              "confidence": 0.9996774792671204
            },
            {
              "text": ".",
              "start_ms": 345200,
              "end_ms": 345260,
              "confidence": 0.695294976234436
            },
            {
              "text": " Ông",
              "start_ms": 345800,
              "end_ms": 345860,
              "confidence": 0.9992276430130005
            },
            {
              "text": " ho",
              "start_ms": 345980,
              "end_ms": 346040,
              "confidence": 0.9621136784553528
            },
            {
              "text": "àng",
              "start_ms": 346100,
              "end_ms": 346160,
              "confidence": 0.9981451034545898
            },
            {
              "text": " trong",
              "start_ms": 346280,
              "end_ms": 346340,
              "confidence": 0.9854857921600342
            },
            {
              "text": " Thành",
              "start_ms": 346460,
              "end_ms": 346520,
              "confidence": 0.7765852808952332
            },
            {
              "text": " La",
              "start_ms": 346700,
              "end_ms": 346760,
              "confidence": 0.9986323714256287
            },
            {
              "text": " P",
              "start_ms": 346760,
              "end_ms": 346820,
              "confidence": 0.991709291934967
            },
            {
              "text": "hi",
              "start_ms": 346820,
              "end_ms": 346880,
              "confidence": 0.9999935626983643
            },
            {
              "text": "ệt",
              "start_ms": 346940,
              "end_ms": 347000,
              "confidence": 0.9993583559989929
            },
            {
              "text": " sống",
              "start_ms": 347180,
              "end_ms": 347240,
              "confidence": 0.9888439178466797
            },
            {
              "text": " thi",
              "start_ms": 347420,
              "end_ms": 347480,
              "confidence": 0.9898722171783447
            },
            {
              "text": "ếu",
              "start_ms": 347480,
              "end_ms": 347540,
              "confidence": 0.9997932314872742
            },
            {
              "text": " đạo",
              "start_ms": 347720,
              "end_ms": 347780,
              "confidence": 0.9892296195030212
            },
            {
              "text": " đ",
              "start_ms": 347900,
              "end_ms": 347960,
              "confidence": 0.9983047246932983
            },
            {
              "text": "ức",
              "start_ms": 347960,
              "end_ms": 348020,
              "confidence": 0.999434769153595
            },
            {
              "text": ",",
              "start_ms": 348080,
              "end_ms": 348140,
              "confidence": 0.6912329792976379
            },
            {
              "text": " hi",
              "start_ms": 348200,
              "end_ms": 348260,
              "confidence": 0.9309495091438293
            },
            {
              "text": "ếu",
              "start_ms": 348260,
              "end_ms": 348320,
              "confidence": 0.9956492781639099
            },
            {
              "text": " sin",
              "start_ms": 348560,
              "end_ms": 348620,
              "confidence": 0.8097611665725708
            },
            {
              "text": "h,",
              "start_ms": 348620,
              "end_ms": 348680,
              "confidence": 0.9995301961898804
            },
            {
              "text": " ch",
              "start_ms": 349040,
              "end_ms": 349100,
              "confidence": 0.9988080263137817
            },
            {
              "text": "ẳ",
              "start_ms": 349160,
              "end_ms": 349220,
              "confidence": 0.9991647005081177
            },
            {
              "text": "ng",
              "start_ms": 349220,
              "end_ms": 349280,
              "confidence": 0.9997058510780334
            },
            {
              "text": " bi",
              "start_ms": 349340,
              "end_ms": 349400,
              "confidence": 0.9994014501571655
            },
            {
              "text": "ết",
              "start_ms": 349400,
              "end_ms": 349460,
              "confidence": 0.9975962042808533
            },
            {
              "text": " th",
              "start_ms": 349640,
              "end_ms": 349700,
              "confidence": 0.9987239837646484
            },
            {
              "text": "ương",
              "start_ms": 349700,
              "end_ms": 349760,
              "confidence": 0.9994629621505737
            },
            {
              "text": " a",
              "start_ms": 350000,
              "end_ms": 350060,
              "confidence": 0.9890783429145813
            },
            {
              "text": "i,",
              "start_ms": 350180,
              "end_ms": 350240,
              "confidence": 0.7771502733230591
            },
            {
              "text": " tính",
              "start_ms": 350480,
              "end_ms": 350540,
              "confidence": 0.8968898057937622
            },
            {
              "text": " t",
              "start_ms": 350780,
              "end_ms": 350840,
              "confidence": 0.9974566102027893
            },
            {
              "text": "ình",
              "start_ms": 350840,
              "end_ms": 350900,
              "confidence": 0.9957523345947266
            },
            {
              "text": " h",
              "start_ms": 351140,
              "end_ms": 351200,
              "confidence": 0.9957541227340698
            },
            {
              "text": "ung",
              "start_ms": 351260,
              "end_ms": 351320,
              "confidence": 0.9992667436599731
            },
            {
              "text": " d",
              "start_ms": 351500,
              "end_ms": 351560,
              "confidence": 0.999657392501831
            },
            {
              "text": "ữ",
              "start_ms": 351560,
              "end_ms": 351620,
              "confidence": 0.9998785257339478
            },
            {
              "text": ",",
              "start_ms": 351740,
              "end_ms": 351800,
              "confidence": 0.9380372166633606
            },
            {
              "text": " lu",
              "start_ms": 351980,
              "end_ms": 352040,
              "confidence": 0.9988598227500916
            },
            {
              "text": "ôn",
              "start_ms": 352100,
              "end_ms": 352160,
              "confidence": 0.9988896250724792
            },
            {
              "text": " lu",
              "start_ms": 352280,
              "end_ms": 352340,
              "confidence": 0.9998192191123962
            },
            {
              "text": "ôn",
              "start_ms": 352340,
              "end_ms": 352400,
              "confidence": 0.9986069798469543
            },
            {
              "text": " ch",
              "start_ms": 352580,
              "end_ms": 352640,
              "confidence": 0.9989148378372192
            },
            {
              "text": "ử",
              "start_ms": 352700,
              "end_ms": 352760,
              "confidence": 0.9998778104782104
            },
            {
              "text": "i",
              "start_ms": 352760,
              "end_ms": 352820,
              "confidence": 0.9994873404502869
            },
            {
              "text": " m",
              "start_ms": 352940,
              "end_ms": 353000,
              "confidence": 0.9993613362312317
            },
            {
              "text": "ắng",
              "start_ms": 353060,
              "end_ms": 353120,
              "confidence": 0.9974296689033508
            },
            {
              "text": ",",
              "start_ms": 353180,
              "end_ms": 353240,
              "confidence": 0.9929177761077881
            },
            {
              "text": " đánh",
              "start_ms": 353300,
              "end_ms": 353360,
              "confidence": 0.9997028708457947
            },
            {
              "text": " đ",
              "start_ms": 353480,
              "end_ms": 353540,
              "confidence": 0.9989875555038452
            },
            {
              "text": "ập",
              "start_ms": 353540,
              "end_ms": 353600,
              "confidence": 0.9998942017555237
            },
            {
              "text": " người",
              "start_ms": 353840,
              "end_ms": 353900,
              "confidence": 0.9948252439498901
            },
            {
              "text": " khác",
              "start_ms": 354140,
              "end_ms": 354200,
              "confidence": 0.9996883869171143
            },
            {
              "text": ".",
              "start_ms": 354260,
              "end_ms": 354320,
              "confidence": 0.9962816834449768
            },
            {
              "text": " Ng",
              "start_ms": 355220,
              "end_ms": 355280,
              "confidence": 0.9843671321868896
            },
            {
              "text": "ười",
              "start_ms": 355400,
              "end_ms": 355460,
              "confidence": 0.9989843964576721
            },
            {
              "text": " không",
              "start_ms": 355520,
              "end_ms": 355580,
              "confidence": 0.9991939067840576
            },
            {
              "text": " có",
              "start_ms": 355700,
              "end_ms": 355760,
              "confidence": 0.9994269609451294
            },
            {
              "text": " đ",
              "start_ms": 355820,
              "end_ms": 355880,
              "confidence": 0.9508199691772461
            },
            {
              "text": "ức",
              "start_ms": 355880,
              "end_ms": 355940,
              "confidence": 0.9995942115783691
            },
            {
              "text": " hi",
              "start_ms": 356060,
              "end_ms": 356120,
              "confidence": 0.9950598478317261
            },
            {
              "text": "ếu",
              "start_ms": 356120,
              "end_ms": 356180,
              "confidence": 0.9997283220291138
            },
            {
              "text": " sinh",
              "start_ms": 356240,
              "end_ms": 356300,
              "confidence": 0.9763370156288147
            },
            {
              "text": " như",
              "start_ms": 356480,
              "end_ms": 356540,
              "confidence": 0.9975143671035767
            },
            {
              "text": " ông",
              "start_ms": 356660,
              "end_ms": 356720,
              "confidence": 0.9886083602905273
            },
            {
              "text": " ho",
              "start_ms": 356840,
              "end_ms": 356900,
              "confidence": 0.972926139831543
            },
            {
              "text": "àng",
              "start_ms": 356900,
              "end_ms": 356960,
              "confidence": 0.9991148114204407
            },
            {
              "text": " ở",
              "start_ms": 357080,
              "end_ms": 357140,
              "confidence": 0.9970167875289917
            },
            {
              "text": " trong",
              "start_ms": 357260,
              "end_ms": 357320,
              "confidence": 0.9987913966178894
            },
            {
              "text": " Thành",
              "start_ms": 357440,
              "end_ms": 357500,
              "confidence": 0.9795433878898621
            },
            {
              "text": " La",
              "start_ms": 357680,
              "end_ms": 357740,
              "confidence": 0.9997299313545227
            },
            {
              "text": " P",
              "start_ms": 357980,
              "end_ms": 358040,
              "confidence": 0.9967678785324097
            },
            {
              "text": "hi",
              "start_ms": 358040,
              "end_ms": 358100,
              "confidence": 0.9999759197235107
            },
            {
              "text": "ệt",
              "start_ms": 358100,
              "end_ms": 358160,
              "confidence": 0.9947211742401123
            },
            {
              "text": " là",
              "start_ms": 358520,
              "end_ms": 358580,
              "confidence": 0.9990869760513306
            },
            {
              "text": " người",
              "start_ms": 358820,
              "end_ms": 358880,
              "confidence": 0.9966990351676941
            },
            {
              "text": " tự",
              "start_ms": 359060,
              "end_ms": 359120,
              "confidence": 0.9995046854019165
            },
            {
              "text": " làm",
              "start_ms": 359360,
              "end_ms": 359420,
              "confidence": 0.9988127946853638
            },
            {
              "text": " kh",
              "start_ms": 359660,
              "end_ms": 359720,
              "confidence": 0.9998612403869629
            },
            {
              "text": "ổ",
              "start_ms": 359780,
              "end_ms": 359840,
              "confidence": 0.9999239444732666
            },
            {
              "text": " mình",
              "start_ms": 360140,
              "end_ms": 360200,
              "confidence": 0.9988690614700317
            },
            {
              "text": ",",
              "start_ms": 360320,
              "end_ms": 360380,
              "confidence": 0.9697128534317017
            },
            {
              "text": " kh",
              "start_ms": 360560,
              "end_ms": 360620,
              "confidence": 0.9992396831512451
            },
            {
              "text": "ổ",
              "start_ms": 360620,
              "end_ms": 360680,
              "confidence": 0.9999213218688965
            },
            {
              "text": " ng",
              "start_ms": 361040,
              "end_ms": 361100,
              "confidence": 0.9472270011901855
            },
            {
              "text": "ườ",
              "start_ms": 361160,
              "end_ms": 361220,
              "confidence": 0.99884432554245
            },
            {
              "text": "i,",
              "start_ms": 361220,
              "end_ms": 361280,
              "confidence": 0.8519014120101929
            },
            {
              "text": " là",
              "start_ms": 361580,
              "end_ms": 361640,
              "confidence": 0.9995582699775696
            },
            {
              "text": " một",
              "start_ms": 361820,
              "end_ms": 361880,
              "confidence": 0.9996292591094971
            },
            {
              "text": " người",
              "start_ms": 362060,
              "end_ms": 362120,
              "confidence": 0.999067485332489
            },
            {
              "text": " h",
              "start_ms": 362360,
              "end_ms": 362420,
              "confidence": 0.9993699789047241
            },
            {
              "text": "ung",
              "start_ms": 362480,
              "end_ms": 362540,
              "confidence": 0.9995105266571045
            },
            {
              "text": " ",
              "start_ms": 362720,
              "end_ms": 362780,
              "confidence": 0.9999104738235474
            },
            {
              "text": "ác",
              "start_ms": 362840,
              "end_ms": 362900,
              "confidence": 0.9999921321868896
            },
            {
              "text": ",",
              "start_ms": 362900,
              "end_ms": 362960,
              "confidence": 0.9837281703948975
            },
            {
              "text": " là",
              "start_ms": 363260,
              "end_ms": 363320,
              "confidence": 0.9999103546142578
            },
            {
              "text": " người",
              "start_ms": 363500,
              "end_ms": 363560,
              "confidence": 0.9987059235572815
            },
            {
              "text": " không",
              "start_ms": 363680,
              "end_ms": 363740,
              "confidence": 0.9995699524879456
            },
            {
              "text": " có",
              "start_ms": 363860,
              "end_ms": 363920,
              "confidence": 0.9997698664665222
            },
            {
              "text": " đ",
              "start_ms": 363980,
              "end_ms": 364040,
              "confidence": 0.9931313991546631
            },
            {
              "text": "ức",
              "start_ms": 364040,
              "end_ms": 364100,
              "confidence": 0.9968777894973755
            },
            {
              "text": " hi",
              "start_ms": 364220,
              "end_ms": 364280,
              "confidence": 0.9971543550491333
            },
            {
              "text": "ếu",
              "start_ms": 364280,
              "end_ms": 364340,
              "confidence": 0.9962542057037354
            },
            {
              "text": " sinh",
              "start_ms": 364460,
              "end_ms": 364520,
              "confidence": 0.9758869409561157
            },
            {
              "text": " như",
              "start_ms": 364700,
              "end_ms": 364760,
              "confidence": 0.754389762878418
            },
            {
              "text": " trên",
              "start_ms": 364940,
              "end_ms": 365000,
              "confidence": 0.9974154233932495
            },
            {
              "text": " đã",
              "start_ms": 365240,
              "end_ms": 365300,
              "confidence": 0.9966258406639099
            },
            {
              "text": " nó",
              "start_ms": 365540,
              "end_ms": 365600,
              "confidence": 0.9948214292526245
            },
            {
              "text": "i.",
              "start_ms": 365720,
              "end_ms": 365780,
              "confidence": 0.9990774393081665
            },
            {
              "text": " Ch",
              "start_ms": 366740,
              "end_ms": 366800,
              "confidence": 0.984332799911499
            },
            {
              "text": "úng",
              "start_ms": 366860,
              "end_ms": 366920,
              "confidence": 0.9999136924743652
            },
            {
              "text": " ta",
              "start_ms": 367040,
              "end_ms": 367100,
              "confidence": 0.9998034834861755
            },
            {
              "text": " là",
              "start_ms": 367340,
              "end_ms": 367400,
              "confidence": 0.9997377991676331
            },
            {
              "text": " đ",
              "start_ms": 367520,
              "end_ms": 367580,
              "confidence": 0.9987727999687195
            },
            {
              "text": "ệ",
              "start_ms": 367580,
              "end_ms": 367640,
              "confidence": 0.9963417649269104
            },
            {
              "text": " tử",
              "start_ms": 367700,
              "end_ms": 367760,
              "confidence": 0.9999529123306274
            },
            {
              "text": " của",
              "start_ms": 368000,
              "end_ms": 368060,
              "confidence": 0.9976639747619629
            },
            {
              "text": " Ph",
              "start_ms": 368300,
              "end_ms": 368360,
              "confidence": 0.9996700286865234
            },
            {
              "text": "ậ",
              "start_ms": 368420,
              "end_ms": 368480,
              "confidence": 0.9699487090110779
            },
            {
              "text": "t,",
              "start_ms": 368480,
              "end_ms": 368540,
              "confidence": 0.8805304765701294
            },
            {
              "text": " th",
              "start_ms": 368780,
              "end_ms": 368840,
              "confidence": 0.9966196417808533
            },
            {
              "text": "ấy",
              "start_ms": 368900,
              "end_ms": 368960,
              "confidence": 0.9998145699501038
            },
            {
              "text": " g",
              "start_ms": 369020,
              "end_ms": 369080,
              "confidence": 0.9912021160125732
            },
            {
              "text": "ương",
              "start_ms": 369080,
              "end_ms": 369140,
              "confidence": 0.998664379119873
            },
            {
              "text": " h",
              "start_ms": 369260,
              "end_ms": 369320,
              "confidence": 0.9978958368301392
            },
            {
              "text": "ung",
              "start_ms": 369320,
              "end_ms": 369380,
              "confidence": 0.9978437423706055
            },
            {
              "text": " ",
              "start_ms": 369440,
              "end_ms": 369500,
              "confidence": 0.9980483055114746
            },
            {
              "text": "ác",
              "start_ms": 369560,
              "end_ms": 369620,
              "confidence": 0.9999293088912964
            },
            {
              "text": " x",
              "start_ms": 369740,
              "end_ms": 369800,
              "confidence": 0.9277947545051575
            },
            {
              "text": "ấu",
              "start_ms": 369800,
              "end_ms": 369860,
              "confidence": 0.9983340501785278
            },
            {
              "text": " x",
              "start_ms": 369980,
              "end_ms": 370040,
              "confidence": 0.9990342855453491
            },
            {
              "text": "a",
              "start_ms": 370040,
              "end_ms": 370100,
              "confidence": 0.9996559619903564
            },
            {
              "text": " này",
              "start_ms": 370340,
              "end_ms": 370400,
              "confidence": 0.9983080625534058
            },
            {
              "text": " mà",
              "start_ms": 370580,
              "end_ms": 370640,
              "confidence": 0.9922677278518677
            },
            {
              "text": " tr",
              "start_ms": 370820,
              "end_ms": 370880,
              "confidence": 0.9816774129867554
            },
            {
              "text": "ánh",
              "start_ms": 370940,
              "end_ms": 371000,
              "confidence": 0.9999783039093018
            },
            {
              "text": " x",
              "start_ms": 371300,
              "end_ms": 371360,
              "confidence": 0.9960401654243469
            },
            {
              "text": "a,",
              "start_ms": 371360,
              "end_ms": 371420,
              "confidence": 0.9681115746498108
            },
            {
              "text": " mà",
              "start_ms": 371660,
              "end_ms": 371720,
              "confidence": 0.9981532692909241
            },
            {
              "text": " từ",
              "start_ms": 371960,
              "end_ms": 372020,
              "confidence": 0.9925625920295715
            },
            {
              "text": " b",
              "start_ms": 372260,
              "end_ms": 372320,
              "confidence": 0.9996795654296875
            },
            {
              "text": "ỏ",
              "start_ms": 372380,
              "end_ms": 372440,
              "confidence": 0.9999920725822449
            },
            {
              "text": ",",
              "start_ms": 372440,
              "end_ms": 372500,
              "confidence": 0.6264190673828125
            },
            {
              "text": " và",
              "start_ms": 372980,
              "end_ms": 373040,
              "confidence": 0.999255895614624
            },
            {
              "text": " để",
              "start_ms": 373220,
              "end_ms": 373280,
              "confidence": 0.9988526105880737
            },
            {
              "text": " loại",
              "start_ms": 373460,
              "end_ms": 373520,
              "confidence": 0.9968101978302002
            },
            {
              "text": " tr",
              "start_ms": 373700,
              "end_ms": 373760,
              "confidence": 0.9990522265434265
            },
            {
              "text": "ừ",
              "start_ms": 373760,
              "end_ms": 373820,
              "confidence": 0.9995945692062378
            },
            {
              "text": " t",
              "start_ms": 374000,
              "end_ms": 374060,
              "confidence": 0.997548520565033
            },
            {
              "text": "âm",
              "start_ms": 374120,
              "end_ms": 374180,
              "confidence": 0.999541163444519
            },
            {
              "text": " ",
              "start_ms": 374420,
              "end_ms": 374480,
              "confidence": 0.9964744448661804
            },
            {
              "text": "ác",
              "start_ms": 374540,
              "end_ms": 374600,
              "confidence": 0.9999943971633911
            },
            {
              "text": ",",
              "start_ms": 374600,
              "end_ms": 374660,
              "confidence": 0.951854407787323
            },
            {
              "text": " lu",
              "start_ms": 374780,
              "end_ms": 374840,
              "confidence": 0.9989830851554871
            },
            {
              "text": "ôn",
              "start_ms": 374900,
              "end_ms": 374960,
              "confidence": 0.999215841293335
            },
            {
              "text": " lu",
              "start_ms": 375080,
              "end_ms": 375140,
              "confidence": 0.999791145324707
            },
            {
              "text": "ôn",
              "start_ms": 375140,
              "end_ms": 375200,
              "confidence": 0.9996790885925293
            },
            {
              "text": " giữ",
              "start_ms": 375380,
              "end_ms": 375440,
              "confidence": 0.9996623992919922
            },
            {
              "text": " g",
              "start_ms": 375620,
              "end_ms": 375680,
              "confidence": 0.9997566342353821
            },
            {
              "text": "ì",
              "start_ms": 375680,
              "end_ms": 375740,
              "confidence": 0.99880051612854
            },
            {
              "text": "n",
              "start_ms": 375740,
              "end_ms": 375800,
              "confidence": 0.9843761920928955
            },
            {
              "text": " đ",
              "start_ms": 375920,
              "end_ms": 375980,
              "confidence": 0.9756373763084412
            },
            {
              "text": "ức",
              "start_ms": 375980,
              "end_ms": 376040,
              "confidence": 0.9992389678955078
            },
            {
              "text": " hi",
              "start_ms": 376160,
              "end_ms": 376220,
              "confidence": 0.9989871382713318
            },
            {
              "text": "ếu",
              "start_ms": 376220,
              "end_ms": 376280,
              "confidence": 0.9999116659164429
            },
            {
              "text": " sin",
              "start_ms": 376520,
              "end_ms": 376580,
              "confidence": 0.9588030576705933
            },
            {
              "text": "h,",
              "start_ms": 376580,
              "end_ms": 376640,
              "confidence": 0.9977484345436096
            },
            {
              "text": " thường",
              "start_ms": 377060,
              "end_ms": 377120,
              "confidence": 0.9657942652702332
            },
            {
              "text": " m",
              "start_ms": 377360,
              "end_ms": 377420,
              "confidence": 0.9995645880699158
            },
            {
              "text": "ở",
              "start_ms": 377420,
              "end_ms": 377480,
              "confidence": 0.99893718957901
            },
            {
              "text": " r",
              "start_ms": 377600,
              "end_ms": 377660,
              "confidence": 0.9994731545448303
            },
            {
              "text": "ộng",
              "start_ms": 377660,
              "end_ms": 377720,
              "confidence": 0.9978391528129578
            },
            {
              "text": " l",
              "start_ms": 377900,
              "end_ms": 377960,
              "confidence": 0.9995145797729492
            },
            {
              "text": "òng",
              "start_ms": 377960,
              "end_ms": 378020,
              "confidence": 0.9994133114814758
            },
            {
              "text": " y",
              "start_ms": 378140,
              "end_ms": 378200,
              "confidence": 0.9995861649513245
            },
            {
              "text": "êu",
              "start_ms": 378200,
              "end_ms": 378260,
              "confidence": 0.9971240162849426
            },
            {
              "text": " th",
              "start_ms": 378320,
              "end_ms": 378380,
              "confidence": 0.9993667006492615
            },
            {
              "text": "ương",
              "start_ms": 378380,
              "end_ms": 378440,
              "confidence": 0.9999682903289795
            },
            {
              "text": " với",
              "start_ms": 378560,
              "end_ms": 378620,
              "confidence": 0.9933984279632568
            },
            {
              "text": " t",
              "start_ms": 378680,
              "end_ms": 378740,
              "confidence": 0.9994016885757446
            },
            {
              "text": "ất",
              "start_ms": 378740,
              "end_ms": 378800,
              "confidence": 0.9999463558197021
            },
            {
              "text": " cả",
              "start_ms": 378860,
              "end_ms": 378920,
              "confidence": 0.9998934268951416
            },
            {
              "text": " chúng",
              "start_ms": 379220,
              "end_ms": 379280,
              "confidence": 0.9981179237365723
            },
            {
              "text": " sinh",
              "start_ms": 379580,
              "end_ms": 379640,
              "confidence": 0.9768735766410828
            },
            {
              "text": ".",
              "start_ms": 379760,
              "end_ms": 379820,
              "confidence": 0.9956232905387878
            },
            {
              "text": " V",
              "start_ms": 380300,
              "end_ms": 380360,
              "confidence": 0.9969739317893982
            },
            {
              "text": "ì",
              "start_ms": 380420,
              "end_ms": 380480,
              "confidence": 0.997244119644165
            },
            {
              "text": " chính",
              "start_ms": 380660,
              "end_ms": 380720,
              "confidence": 0.9762176871299744
            },
            {
              "text": " có",
              "start_ms": 380900,
              "end_ms": 380960,
              "confidence": 0.9884408712387085
            },
            {
              "text": " l",
              "start_ms": 381080,
              "end_ms": 381140,
              "confidence": 0.9996392726898193
            },
            {
              "text": "òng",
              "start_ms": 381140,
              "end_ms": 381200,
              "confidence": 0.9997947812080383
            },
            {
              "text": " y",
              "start_ms": 381320,
              "end_ms": 381380,
              "confidence": 0.9996082186698914
            },
            {
              "text": "êu",
              "start_ms": 381380,
              "end_ms": 381440,
              "confidence": 0.999963641166687
            },
            {
              "text": " th",
              "start_ms": 381680,
              "end_ms": 381740,
              "confidence": 0.9997204542160034
            },
            {
              "text": "ương",
              "start_ms": 381740,
              "end_ms": 381800,
              "confidence": 0.9999969005584717
            },
            {
              "text": " m",
              "start_ms": 382040,
              "end_ms": 382100,
              "confidence": 0.961835503578186
            },
            {
              "text": "ới",
              "start_ms": 382220,
              "end_ms": 382280,
              "confidence": 0.9999613165855408
            },
            {
              "text": " đ",
              "start_ms": 382400,
              "end_ms": 382460,
              "confidence": 0.9989308714866638
            },
            {
              "text": "em",
              "start_ms": 382460,
              "end_ms": 382520,
              "confidence": 0.9999541640281677
            },
            {
              "text": " lại",
              "start_ms": 382640,
              "end_ms": 382700,
              "confidence": 0.9956472516059875
            },
            {
              "text": " sự",
              "start_ms": 382820,
              "end_ms": 382880,
              "confidence": 0.9999319314956665
            },
            {
              "text": " b",
              "start_ms": 383060,
              "end_ms": 383120,
              "confidence": 0.9979061484336853
            },
            {
              "text": "ình",
              "start_ms": 383120,
              "end_ms": 383180,
              "confidence": 0.9999814629554749
            },
            {
              "text": " an",
              "start_ms": 383300,
              "end_ms": 383360,
              "confidence": 0.999591052532196
            },
            {
              "text": " cho",
              "start_ms": 383600,
              "end_ms": 383660,
              "confidence": 0.9997016787528992
            },
            {
              "text": " mình",
              "start_ms": 383960,
              "end_ms": 384020,
              "confidence": 0.9998356103897095
            },
            {
              "text": ",",
              "start_ms": 384140,
              "end_ms": 384200,
              "confidence": 0.9622905254364014
            },
            {
              "text": " cho",
              "start_ms": 384440,
              "end_ms": 384500,
              "confidence": 0.9996768236160278
            },
            {
              "text": " người",
              "start_ms": 384920,
              "end_ms": 384980,
              "confidence": 0.9036102294921875
            },
            {
              "text": " và",
              "start_ms": 385460,
              "end_ms": 385520,
              "confidence": 0.9993113279342651
            },
            {
              "text": " cho",
              "start_ms": 385760,
              "end_ms": 385820,
              "confidence": 0.9995030760765076
            },
            {
              "text": " t",
              "start_ms": 386000,
              "end_ms": 386060,
              "confidence": 0.9991973638534546
            },
            {
              "text": "ất",
              "start_ms": 386060,
              "end_ms": 386120,
              "confidence": 0.9995490312576294
            },
            {
              "text": " cả",
              "start_ms": 386180,
              "end_ms": 386240,
              "confidence": 0.9998883008956909
            },
            {
              "text": " chúng",
              "start_ms": 386540,
              "end_ms": 386600,
              "confidence": 0.9962549805641174
            },
            {
              "text": " sinh",
              "start_ms": 386900,
              "end_ms": 386960,
              "confidence": 0.9928398132324219
            },
            {
              "text": ".",
              "start_ms": 386960,
              "end_ms": 387020,
              "confidence": 0.9983248114585876
            },
            {
              "text": " L",
              "start_ms": 388520,
              "end_ms": 388580,
              "confidence": 0.9852649569511414
            },
            {
              "text": "à",
              "start_ms": 388640,
              "end_ms": 388700,
              "confidence": 0.9998444318771362
            },
            {
              "text": "m",
              "start_ms": 388640,
              "end_ms": 388640,
              "confidence": 0.9947900772094727
            },
            {
              "text": " người",
              "start_ms": 388760,
              "end_ms": 388820,
              "confidence": 0.960412323474884
            },
            {
              "text": " phải",
              "start_ms": 389000,
              "end_ms": 389060,
              "confidence": 0.9997788667678833
            },
            {
              "text": " sống",
              "start_ms": 389180,
              "end_ms": 389240,
              "confidence": 0.9958564639091492
            },
            {
              "text": " trong",
              "start_ms": 389420,
              "end_ms": 389480,
              "confidence": 0.9991359114646912
            },
            {
              "text": " đạo",
              "start_ms": 389660,
              "end_ms": 389720,
              "confidence": 0.9867379069328308
            },
            {
              "text": " đ",
              "start_ms": 389780,
              "end_ms": 389840,
              "confidence": 0.9987583160400391
            },
            {
              "text": "ức",
              "start_ms": 389840,
              "end_ms": 389900,
              "confidence": 0.9989169836044312
            },
            {
              "text": " hi",
              "start_ms": 390080,
              "end_ms": 390140,
              "confidence": 0.8815926909446716
            },
            {
              "text": "ếu",
              "start_ms": 390200,
              "end_ms": 390260,
              "confidence": 0.9990980625152588
            },
            {
              "text": " sin",
              "start_ms": 390500,
              "end_ms": 390560,
              "confidence": 0.9921780228614807
            },
            {
              "text": "h,",
              "start_ms": 390620,
              "end_ms": 390680,
              "confidence": 0.9984773993492126
            },
            {
              "text": " phải",
              "start_ms": 390920,
              "end_ms": 390980,
              "confidence": 0.9992616772651672
            },
            {
              "text": " lu",
              "start_ms": 391100,
              "end_ms": 391160,
              "confidence": 0.9995202422142029
            },
            {
              "text": "ôn",
              "start_ms": 391220,
              "end_ms": 391280,
              "confidence": 0.9986363053321838
            },
            {
              "text": " lu",
              "start_ms": 391400,
              "end_ms": 391460,
              "confidence": 0.9999117851257324
            },
            {
              "text": "ôn",
              "start_ms": 391460,
              "end_ms": 391520,
              "confidence": 0.9996207356452942
            },
            {
              "text": " sống",
              "start_ms": 391760,
              "end_ms": 391820,
              "confidence": 0.9976125955581665
            },
            {
              "text": " bi",
              "start_ms": 392000,
              "end_ms": 392060,
              "confidence": 0.9787314534187317
            },
            {
              "text": "ết",
              "start_ms": 392120,
              "end_ms": 392180,
              "confidence": 0.998806893825531
            },
            {
              "text": " th",
              "start_ms": 392300,
              "end_ms": 392360,
              "confidence": 0.9998735785484314
            },
            {
              "text": "ương",
              "start_ms": 392420,
              "end_ms": 392480,
              "confidence": 0.9999780058860779
            },
            {
              "text": " ng",
              "start_ms": 392780,
              "end_ms": 392840,
              "confidence": 0.9995129108428955
            },
            {
              "text": "ườ",
              "start_ms": 392900,
              "end_ms": 392960,
              "confidence": 0.9999946355819702
            },
            {
              "text": "i,",
              "start_ms": 392960,
              "end_ms": 393020,
              "confidence": 0.9947681427001953
            },
            {
              "text": " th",
              "start_ms": 393380,
              "end_ms": 393440,
              "confidence": 0.99874347448349
            },
            {
              "text": "ương",
              "start_ms": 393440,
              "end_ms": 393500,
              "confidence": 0.9996696710586548
            },
            {
              "text": " t",
              "start_ms": 393620,
              "end_ms": 393680,
              "confidence": 0.9994319677352905
            },
            {
              "text": "ất",
              "start_ms": 393680,
              "end_ms": 393740,
              "confidence": 0.9997439384460449
            },
            {
              "text": " cả",
              "start_ms": 393800,
              "end_ms": 393860,
              "confidence": 0.9999904632568359
            },
            {
              "text": " loài",
              "start_ms": 394160,
              "end_ms": 394220,
              "confidence": 0.9975981116294861
            },
            {
              "text": " chúng",
              "start_ms": 394460,
              "end_ms": 394520,
              "confidence": 0.9927277565002441
            },
            {
              "text": " sinh",
              "start_ms": 394760,
              "end_ms": 394820,
              "confidence": 0.7235979437828064
            },
            {
              "text": " để",
              "start_ms": 395240,
              "end_ms": 395300,
              "confidence": 0.9914376139640808
            },
            {
              "text": " mang",
              "start_ms": 395480,
              "end_ms": 395540,
              "confidence": 0.9994630217552185
            },
            {
              "text": " lại",
              "start_ms": 395660,
              "end_ms": 395720,
              "confidence": 0.9990269541740417
            },
            {
              "text": " sự",
              "start_ms": 395960,
              "end_ms": 396020,
              "confidence": 0.9995866417884827
            },
            {
              "text": " an",
              "start_ms": 396140,
              "end_ms": 396200,
              "confidence": 0.9974789023399353
            },
            {
              "text": " v",
              "start_ms": 396320,
              "end_ms": 396380,
              "confidence": 0.9976561665534973
            },
            {
              "text": "ui",
              "start_ms": 396440,
              "end_ms": 396500,
              "confidence": 0.9998476505279541
            },
            {
              "text": " cho",
              "start_ms": 396680,
              "end_ms": 396740,
              "confidence": 0.9988228678703308
            },
            {
              "text": " mình",
              "start_ms": 397040,
              "end_ms": 397100,
              "confidence": 0.999747097492218
            },
            {
              "text": ",",
              "start_ms": 397160,
              "end_ms": 397220,
              "confidence": 0.9767499566078186
            },
            {
              "text": " cho",
              "start_ms": 397520,
              "end_ms": 397580,
              "confidence": 0.9997203946113586
            },
            {
              "text": " người",
              "start_ms": 398060,
              "end_ms": 398120,
              "confidence": 0.9781982898712158
            },
            {
              "text": " và",
              "start_ms": 398720,
              "end_ms": 398780,
              "confidence": 0.9994096755981445
            },
            {
              "text": " cho",
              "start_ms": 398960,
              "end_ms": 399020,
              "confidence": 0.999315083026886
            },
            {
              "text": " m",
              "start_ms": 399260,
              "end_ms": 399320,
              "confidence": 0.9942710399627686
            },
            {
              "text": "ọi",
              "start_ms": 399320,
              "end_ms": 399380,
              "confidence": 0.9996442794799805
            },
            {
              "text": " lo",
              "start_ms": 399740,
              "end_ms": 399800,
              "confidence": 0.9950739741325378
            },
            {
              "text": "à",
              "start_ms": 399860,
              "end_ms": 399920,
              "confidence": 0.9907581806182861
            },
            {
              "text": "i.",
              "start_ms": 399920,
              "end_ms": 399980,
              "confidence": 0.9996470212936401
            },
            {
              "text": " T",
              "start_ms": 401300,
              "end_ms": 401360,
              "confidence": 0.9915873408317566
            },
            {
              "text": "ính",
              "start_ms": 401360,
              "end_ms": 401420,
              "confidence": 0.9942750930786133
            },
            {
              "text": " h",
              "start_ms": 401660,
              "end_ms": 401720,
              "confidence": 0.9990633726119995
            },
            {
              "text": "ung",
              "start_ms": 401780,
              "end_ms": 401840,
              "confidence": 0.9963735938072205
            },
            {
              "text": " ",
              "start_ms": 401960,
              "end_ms": 402020,
              "confidence": 0.999814510345459
            },
            {
              "text": "ác",
              "start_ms": 402020,
              "end_ms": 402080,
              "confidence": 0.9999991655349731
            },
            {
              "text": " là",
              "start_ms": 402260,
              "end_ms": 402320,
              "confidence": 0.9993807077407837
            },
            {
              "text": " tính",
              "start_ms": 402380,
              "end_ms": 402440,
              "confidence": 0.9985535740852356
            },
            {
              "text": " x",
              "start_ms": 402740,
              "end_ms": 402800,
              "confidence": 0.9991916418075562
            },
            {
              "text": "ấu",
              "start_ms": 402800,
              "end_ms": 402860,
              "confidence": 0.9999961853027344
            },
            {
              "text": " x",
              "start_ms": 403160,
              "end_ms": 403220,
              "confidence": 0.9979839324951172
            },
            {
              "text": "a,",
              "start_ms": 403280,
              "end_ms": 403340,
              "confidence": 0.9941009879112244
            },
            {
              "text": " là",
              "start_ms": 403760,
              "end_ms": 403820,
              "confidence": 0.9996436238288879
            },
            {
              "text": " tính",
              "start_ms": 404000,
              "end_ms": 404060,
              "confidence": 0.9968808889389038
            },
            {
              "text": " hay",
              "start_ms": 404420,
              "end_ms": 404480,
              "confidence": 0.9960771799087524
            },
            {
              "text": " làm",
              "start_ms": 404480,
              "end_ms": 404540,
              "confidence": 0.9978325963020325
            },
            {
              "text": " kh",
              "start_ms": 404780,
              "end_ms": 404840,
              "confidence": 0.9998314380645752
            },
            {
              "text": "ổ",
              "start_ms": 404840,
              "end_ms": 404900,
              "confidence": 0.9997392892837524
            },
            {
              "text": " mình",
              "start_ms": 405140,
              "end_ms": 405200,
              "confidence": 0.9980487823486328
            },
            {
              "text": ",",
              "start_ms": 405380,
              "end_ms": 405440,
              "confidence": 0.9978205561637878
            },
            {
              "text": " kh",
              "start_ms": 405620,
              "end_ms": 405680,
              "confidence": 0.9996486306190491
            },
            {
              "text": "ổ",
              "start_ms": 405680,
              "end_ms": 405740,
              "confidence": 0.9996733069419861
            },
            {
              "text": " ng",
              "start_ms": 405980,
              "end_ms": 406040,
              "confidence": 0.9859765768051147
            },
            {
              "text": "ườ",
              "start_ms": 405980,
              "end_ms": 406040,
              "confidence": 0.9998731017112732
            },
            {
              "text": "i,",
              "start_ms": 406160,
              "end_ms": 406220,
              "confidence": 0.9965672492980957
            },
            {
              "text": " kh",
              "start_ms": 406460,
              "end_ms": 406520,
              "confidence": 0.9991942048072815
            },
            {
              "text": "ổ",
              "start_ms": 406520,
              "end_ms": 406580,
              "confidence": 0.9889678955078125
            },
            {
              "text": " t",
              "start_ms": 406700,
              "end_ms": 406760,
              "confidence": 0.977946400642395
            },
            {
              "text": "ất",
              "start_ms": 406940,
              "end_ms": 407000,
              "confidence": 0.9972705245018005
            },
            {
              "text": " cả",
              "start_ms": 406940,
              "end_ms": 407000,
              "confidence": 0.9984117746353149
            },
            {
              "text": " chúng",
              "start_ms": 407360,
              "end_ms": 407420,
              "confidence": 0.9984023571014404
            },
            {
              "text": " sinh",
              "start_ms": 407780,
              "end_ms": 407840,
              "confidence": 0.9872184991836548
            },
            {
              "text": ".",
              "start_ms": 407780,
              "end_ms": 407780,
              "confidence": 0.9995341300964355
            },
            {
              "text": " V",
              "start_ms": 408320,
              "end_ms": 408380,
              "confidence": 0.9993584752082825
            },
            {
              "text": "ì",
              "start_ms": 408320,
              "end_ms": 408380,
              "confidence": 0.99868243932724
            },
            {
              "text": " thế",
              "start_ms": 408620,
              "end_ms": 408680,
              "confidence": 0.9972338080406189
            },
            {
              "text": ",",
              "start_ms": 408620,
              "end_ms": 408680,
              "confidence": 0.9974080920219421
            },
            {
              "text": " chúng",
              "start_ms": 408740,
              "end_ms": 408800,
              "confidence": 0.9979324340820312
            },
            {
              "text": " ta",
              "start_ms": 408860,
              "end_ms": 408920,
              "confidence": 0.9993515610694885
            },
            {
              "text": " n",
              "start_ms": 409100,
              "end_ms": 409160,
              "confidence": 0.9989305138587952
            },
            {
              "text": "ên",
              "start_ms": 409280,
              "end_ms": 409340,
              "confidence": 0.9999103546142578
            },
            {
              "text": " từ",
              "start_ms": 409400,
              "end_ms": 409460,
              "confidence": 0.9955541491508484
            },
            {
              "text": " b",
              "start_ms": 409700,
              "end_ms": 409760,
              "confidence": 0.999699592590332
            },
            {
              "text": "ỏ",
              "start_ms": 409940,
              "end_ms": 410000,
              "confidence": 0.9999899864196777
            },
            {
              "text": ",",
              "start_ms": 410060,
              "end_ms": 410120,
              "confidence": 0.950410008430481
            },
            {
              "text": " x",
              "start_ms": 410480,
              "end_ms": 410540,
              "confidence": 0.9967588782310486
            },
            {
              "text": "a",
              "start_ms": 410540,
              "end_ms": 410600,
              "confidence": 0.9992905259132385
            },
            {
              "text": " l",
              "start_ms": 410600,
              "end_ms": 410660,
              "confidence": 0.9990499019622803
            },
            {
              "text": "ì",
              "start_ms": 410900,
              "end_ms": 410960,
              "confidence": 0.9989607334136963
            },
            {
              "text": "a",
              "start_ms": 410960,
              "end_ms": 411020,
              "confidence": 0.9988394379615784
            },
            {
              "text": " những",
              "start_ms": 411020,
              "end_ms": 411080,
              "confidence": 0.999582827091217
            },
            {
              "text": " tính",
              "start_ms": 411320,
              "end_ms": 411380,
              "confidence": 0.995318591594696
            },
            {
              "text": " h",
              "start_ms": 411560,
              "end_ms": 411620,
              "confidence": 0.9987874627113342
            },
            {
              "text": "ung",
              "start_ms": 411740,
              "end_ms": 411800,
              "confidence": 0.9996551275253296
            },
            {
              "text": " ",
              "start_ms": 411860,
              "end_ms": 411920,
              "confidence": 0.9996811151504517
            },
            {
              "text": "ác",
              "start_ms": 412040,
              "end_ms": 412100,
              "confidence": 0.992828905582428
            },
            {
              "text": " ",
              "start_ms": 412160,
              "end_ms": 412220,
              "confidence": 0.9967601895332336
            },
            {
              "text": "ấ",
              "start_ms": 412160,
              "end_ms": 412220,
              "confidence": 0.9963580965995789
            },
            {
              "text": "y,",
              "start_ms": 412460,
              "end_ms": 412520,
              "confidence": 0.9324126243591309
            },
            {
              "text": " phải",
              "start_ms": 412640,
              "end_ms": 412700,
              "confidence": 0.9992708563804626
            },
            {
              "text": " sống",
              "start_ms": 413000,
              "end_ms": 413060,
              "confidence": 0.9995912909507751
            },
            {
              "text": " hi",
              "start_ms": 413240,
              "end_ms": 413300,
              "confidence": 0.9831334948539734
            },
            {
              "text": "ền",
              "start_ms": 413420,
              "end_ms": 413480,
              "confidence": 0.9947308301925659
            },
            {
              "text": " là",
              "start_ms": 413600,
              "end_ms": 413660,
              "confidence": 0.9991130232810974
            },
            {
              "text": "nh",
              "start_ms": 413780,
              "end_ms": 413840,
              "confidence": 0.9997581839561462
            },
            {
              "text": " đối",
              "start_ms": 413900,
              "end_ms": 413960,
              "confidence": 0.9983834028244019
            },
            {
              "text": " với",
              "start_ms": 414140,
              "end_ms": 414200,
              "confidence": 0.9997380375862122
            },
            {
              "text": " m",
              "start_ms": 414320,
              "end_ms": 414380,
              "confidence": 0.9997308850288391
            },
            {
              "text": "ọi",
              "start_ms": 414380,
              "end_ms": 414440,
              "confidence": 0.9991776347160339
            },
            {
              "text": " ng",
              "start_ms": 414800,
              "end_ms": 414860,
              "confidence": 0.9850953221321106
            },
            {
              "text": "ườ",
              "start_ms": 414800,
              "end_ms": 414800,
              "confidence": 0.999956488609314
            },
            {
              "text": "i,",
              "start_ms": 414980,
              "end_ms": 415040,
              "confidence": 0.9963983297348022
            },
            {
              "text": " m",
              "start_ms": 415100,
              "end_ms": 415160,
              "confidence": 0.9992333650588989
            },
            {
              "text": "ọi",
              "start_ms": 415160,
              "end_ms": 415220,
              "confidence": 0.9999653100967407
            },
            {
              "text": " loài",
              "start_ms": 415220,
              "end_ms": 415280,
              "confidence": 0.9054476022720337
            },
            {
              "text": " chúng",
              "start_ms": 415460,
              "end_ms": 415520,
              "confidence": 0.9954056143760681
            },
            {
              "text": ".",
              "start_ms": 415520,
              "end_ms": 415580,
              "confidence": 0.8293668627738953
            }
          ]
        }
      }
    ]
  },
  "versionId": "d678dd21-cc4b-4dd3-87ce-d33fb0001b85",
  "activeVersionId": null,
  "versionCounter": 1,
  "triggerCount": 0,
  "shared": [
    {
      "updatedAt": "2025-03-15T03:55:55.098Z",
      "createdAt": "2025-03-15T03:55:55.098Z",
      "role": "workflow:owner",
      "workflowId": "7LdueJA5tpSGi7oT",
      "projectId": "Nlp7kXCVcAfb0cmG",
      "project": {
        "updatedAt": "2024-07-25T03:06:26.102Z",
        "createdAt": "2024-07-25T03:06:26.102Z",
        "id": "Nlp7kXCVcAfb0cmG",
        "name": "Bình Đặng <dangngocbinh.dnb@gmail.com>",
        "type": "personal",
        "icon": null,
        "description": null,
        "creatorId": "92f1ca82-c19e-4a7d-8458-93b65f67f4c7"
      }
    }
  ],
  "tags": [
    {
      "updatedAt": "2024-10-04T03:03:40.628Z",
      "createdAt": "2024-10-04T03:03:40.628Z",
      "id": "MW10UcI4NI01thiG",
      "name": "share"
    }
  ],
  "activeVersion": null
}