package main
import (
"fmt"
"github.com/jpadilla/ivona"
)
func main() {
client := ivona.New("ACCESS_KEY", "SECRET_KEY")
options := ivona.NewSpeechOptions("Hello World")
r, err := client.CreateSpeech(options)
fmt.Println(r, err)
}
forked from jpadilla/ivona-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Go client library for IVONA Speech Cloud API
License
lzylinl/ivona-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Go client library for IVONA Speech Cloud API
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Go 100.0%