| 程序包 | 说明 |
|---|---|
| com.litongjava.whipser.cpp.java.params |
| 限定符和类型 | 字段和说明 |
|---|---|
CBool |
WhisperFullParams.detect_language
Flag to indicate whether to detect language automatically.
|
static CBool |
CBool.FALSE |
CBool |
WhisperFullParams.no_context
Flag to indicate whether to use past transcription (if any) as an initial prompt for the decoder.
|
CBool |
WhisperFullParams.print_progress
Flag to print progress information.
|
CBool |
WhisperFullParams.print_realtime
Flag to print results from within whisper.cpp (avoid it, use callback instead).
|
CBool |
WhisperFullParams.print_special
Flag to print special tokens (e.g., <SOT>, <EOT>, <BEG>, etc.).
|
CBool |
WhisperFullParams.print_timestamps
Flag to print timestamps for each text segment when printing realtime.
|
CBool |
WhisperFullParams.single_segment
Flag to force single segment output (useful for streaming).
|
CBool |
WhisperFullParams.speed_up
Flag to speed up the audio by 2x using Phase Vocoder.
|
CBool |
WhisperFullParams.split_on_word
Flag to split on word rather than on token (when used with max_len).
|
CBool |
WhisperFullParams.suppress_blank
Flag to suppress blank tokens.
|
CBool |
WhisperFullParams.suppress_non_speech_tokens
Flag to suppress non-speech tokens.
|
CBool |
WhisperFullParams.tdrz_enable
Enable tinydiarize (default = false)
|
CBool |
WhisperFullParams.token_timestamps
[EXPERIMENTAL] Flag to enable token-level timestamps.
|
CBool |
WhisperFullParams.translate
Translate flag.
|
static CBool |
CBool.TRUE |
Copyright © 2023. All rights reserved.