![]() |
FirstModulAR 0.1.0
|
This is direct copy of C++ struct. Do not change or add any fields without changing it in whisper.cpp. Do not change it in runtime directly, use WhisperParams. More...
Classes | |
| struct | beam_search_struct |
| struct | greedy_struct |
This is direct copy of C++ struct. Do not change or add any fields without changing it in whisper.cpp. Do not change it in runtime directly, use WhisperParams.
| int Whisper.Native.WhisperNativeParams.audio_ctx |
| beam_search_struct Whisper.Native.WhisperNativeParams.beam_search |
| bool Whisper.Native.WhisperNativeParams.detect_language |
| int Whisper.Native.WhisperNativeParams.duration_ms |
| void* Whisper.Native.WhisperNativeParams.encoder_begin_callback |
| void* Whisper.Native.WhisperNativeParams.encoder_begin_callback_user_data |
| float Whisper.Native.WhisperNativeParams.entropy_thold |
| greedy_struct Whisper.Native.WhisperNativeParams.greedy |
| byte* Whisper.Native.WhisperNativeParams.initial_prompt |
| byte* Whisper.Native.WhisperNativeParams.language |
| float Whisper.Native.WhisperNativeParams.length_penalty |
| void* Whisper.Native.WhisperNativeParams.logits_filter_callback |
| void* Whisper.Native.WhisperNativeParams.logits_filter_callback_user_data |
| float Whisper.Native.WhisperNativeParams.logprob_thold |
| float Whisper.Native.WhisperNativeParams.max_initial_ts |
| int Whisper.Native.WhisperNativeParams.max_len |
| int Whisper.Native.WhisperNativeParams.max_tokens |
| int Whisper.Native.WhisperNativeParams.n_max_text_ctx |
| int Whisper.Native.WhisperNativeParams.n_threads |
| whisper_new_segment_callback Whisper.Native.WhisperNativeParams.new_segment_callback |
| System.IntPtr Whisper.Native.WhisperNativeParams.new_segment_callback_user_data |
| bool Whisper.Native.WhisperNativeParams.no_context |
| float Whisper.Native.WhisperNativeParams.no_speech_thold |
| int Whisper.Native.WhisperNativeParams.offset_ms |
| bool Whisper.Native.WhisperNativeParams.print_progress |
| bool Whisper.Native.WhisperNativeParams.print_realtime |
| bool Whisper.Native.WhisperNativeParams.print_special |
| bool Whisper.Native.WhisperNativeParams.print_timestamps |
| whisper_progress_callback Whisper.Native.WhisperNativeParams.progress_callback |
| System.IntPtr Whisper.Native.WhisperNativeParams.progress_callback_user_data |
| int Whisper.Native.WhisperNativeParams.prompt_n_tokens |
| whisper_token_ptr Whisper.Native.WhisperNativeParams.prompt_tokens |
| bool Whisper.Native.WhisperNativeParams.single_segment |
| bool Whisper.Native.WhisperNativeParams.speed_up |
| bool Whisper.Native.WhisperNativeParams.split_on_word |
| WhisperSamplingStrategy Whisper.Native.WhisperNativeParams.strategy |
| bool Whisper.Native.WhisperNativeParams.suppress_blank |
| bool Whisper.Native.WhisperNativeParams.suppress_non_speech_tokens |
| float Whisper.Native.WhisperNativeParams.temperature |
| float Whisper.Native.WhisperNativeParams.temperature_inc |
| float Whisper.Native.WhisperNativeParams.thold_pt |
| float Whisper.Native.WhisperNativeParams.thold_ptsum |
| bool Whisper.Native.WhisperNativeParams.token_timestamps |
| bool Whisper.Native.WhisperNativeParams.translate |