Skip to content
forked from jpadilla/ivona-go

Go client library for IVONA Speech Cloud API

License

Notifications You must be signed in to change notification settings

lzylinl/ivona-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
}

About

Go client library for IVONA Speech Cloud API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%