whisper_n_vocab method

int whisper_n_vocab(
  1. Pointer<whisper_context> ctx
)

Implementation

int whisper_n_vocab(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_n_vocab(
    ctx,
  );
}