refactor(go bindings): remove new methods from the Model interface
This commit is contained in:
parent
f943c8f1d4
commit
125ea6122b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue