go_speechrecognition

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2022 License: MIT Imports: 2 Imported by: 0

README

go_speechrecognition

Ibm Watson Speech Recognition wrapper in go

extremely SIMPLE USAGE :

Import the package import ( watson "github.com/dragonmaster101/go_speechrecognition/watson_sr" )

Inside of the main Function Create the Service service := watson.CreateService("IBM_WATSON_SPEECHRECOGNITION_KEY" , "URL")

Transcribe a file and get the result as a string var transcription string = watson.TranscribeFile(service , "filename.mp3")

Print the results fmt.Println(transcription)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL