whisper_full_get_token_id method
Implementation
int whisper_full_get_token_id(
ffi.Pointer<whisper_context> ctx,
int i_segment,
int i_token,
) {
return _whisper_full_get_token_id(
ctx,
i_segment,
i_token,
);
}
int whisper_full_get_token_id(
ffi.Pointer<whisper_context> ctx,
int i_segment,
int i_token,
) {
return _whisper_full_get_token_id(
ctx,
i_segment,
i_token,
);
}