whisper_full_get_segment_text method
Get the text of the specified segment
Implementation
ffi.Pointer<ffi.Char> whisper_full_get_segment_text(
ffi.Pointer<whisper_context> ctx,
int i_segment,
) {
return _whisper_full_get_segment_text(
ctx,
i_segment,
);
}