String fullGetSegmentsText(int i) { return WhisperLibrary.binding .whisper_full_get_segment_text(ctx, i) .cast<Utf8>() .toDartString(); }