Dio non esiste?
This commit is contained in:
parent
11e1b9cd75
commit
7e1b882ccb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ func stt(broker *tg.Broker, update tg.APIMessage) {
|
||||||
out := "Questo è quello che ho capito:\n"
|
out := "Questo è quello che ho capito:\n"
|
||||||
for _, result := range resp.Results {
|
for _, result := range resp.Results {
|
||||||
for _, alt := range result.Alternatives {
|
for _, alt := range result.Alternatives {
|
||||||
out += fmt.Sprintf("\"%v\"", alt.Transcript, alt.Confidence)
|
out += fmt.Sprintf("\"%v\"\n", alt.Transcript)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue