go-whisper-api/whisper/options.go
admin b5c083e06f
Some checks failed
CodeQL / Analyze (go) (push) Successful in 6m28s
Docker Image / build-docker (push) Failing after 13m26s
Lint and Testing / lint (push) Successful in 11m17s
Lint and Testing / test (push) Successful in 11m17s
Lint and Testing / golangci (push) Successful in 2m40s
first commit
2026-06-04 18:10:52 +07:00

9 lines
248 B
Go

package whisper
// RunOptions affects transcription output formatting and optional diarization hints.
type RunOptions struct {
Format FormatOptions
Turns []Turn
PunctuateRestore func(text string) (string, error)
}