Last active
December 25, 2025 16:14
-
-
Save CodeWithOz/bfbc9b2d4534ccd2fb029aee2b129b99 to your computer and use it in GitHub Desktop.
Listen Better demo output logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "words": [ | |
| { | |
| "word": "mais", | |
| "start": 0, | |
| "end": 0.39999998, | |
| "confidence": 0.9428711, | |
| "punctuated_word": "Mais" | |
| }, | |
| { | |
| "word": "arrêtez", | |
| "start": 0.39999998, | |
| "end": 1.36, | |
| "confidence": 0.9550781, | |
| "punctuated_word": "arrêtez" | |
| }, | |
| ... | |
| ], | |
| "sentences": [ | |
| { | |
| "text": "Mais arrêtez donc de dire toujours et encore félicitations.", | |
| "start": 0, | |
| "end": 6.8 | |
| }, | |
| { | |
| "text": "Bien sûr que félicitations, on l'utilise avec un s à la fin s'il vous plaît.", | |
| "start": 7.7599998, | |
| "end": 13.28 | |
| }, | |
| { | |
| "text": "Mais il y a plein d'autres choses que vous pouvez dire, d'autres mots, d'autres expressions pour féliciter une personne, n'est-ce pas, en français", | |
| "start": 14.255, | |
| "end": 24.335 | |
| }, | |
| { | |
| "text": "Cela vous permettra d'enrichir votre vocabulaire et de comprendre les expressions quand vous regardez vos séries françaises préférées.", | |
| "start": 25.055, | |
| "end": 36.37 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment