go : support "auto" as an option when set language (#462)

Co-authored-by: Ming <ming@localhost>
This commit is contained in:
polarmoon
2023-02-03 23:09:27 -08:00
committed by GitHub
parent 291980369c
commit b2fc4c7010
3 changed files with 13 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ type Model interface {
// Context is the speach recognition context.
type Context interface {
SetLanguage(string) error // Set the language to use for speech recognition.
SetLanguage(string) error // Set the language to use for speech recognition, use "auto" for auto detect language.
SetTranslate(bool) // Set translate flag
IsMultilingual() bool // Return true if the model is multilingual.
Language() string // Get language