whisper_model_n_vocab method
Implementation
int whisper_model_n_vocab(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_vocab(
ctx,
);
}
int whisper_model_n_vocab(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_vocab(
ctx,
);
}