{
    "model": "large-v3",
    "text": "oh hi sir is that chalusa a lovely evening bye",
    "segments": [
        {
            "id": 0,
            "start": 1.68,
            "end": 3.24,
            "text": "oh hi sir is that chalusa"
        },
        {
            "id": 1,
            "start": 24.24,
            "end": 25.08,
            "text": "a lovely evening bye"
        }
    ],
    "config": {
        "temperature": 0,
        "compression_ratio_threshold": 3,
        "logprob_threshold": -1,
        "no_speech_threshold": 0.9,
        "condition_on_previous_text": false,
        "beam_size": 3,
        "best_of": 3,
        "word_timestamps": true,
        "language": "en",
        "prepend_punctuations": "\"'\u00bf([{-",
        "append_punctuations": "\"'.\u3002,\uff0c!\uff01?\uff1f:\uff1a\")]}\u3001"
    }
}