in whisper/transcribe.py [0:0]
def next_words_segment(segments: List[dict]) -> Optional[dict]: return next((s for s in segments if s["words"]), None)