refactor(go bindings): remove new methods from the Model interface

This commit is contained in:
ciricc 2025-09-14 02:59:42 +03:00
parent f943c8f1d4
commit 125ea6122b
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ type Model interface {
// Return all languages supported.
Languages() []string
// Model performance timing methods
// Print model performance timings to stdout
PrintTimings()
// Reset model performance timing counters
ResetTimings()
}
// Context is the speech recognition context.