IBM Watson Speech to Text JavaScript SDK
The primary methods for interacting with the Speech to Text JS SDK are:
recognizeMicrophone()for live microphone inputrecognizeElement()for transcribing<audio>and<video>elementsrecognizeFile()for file<input>'s and other data sources
However, the underlying streams and utils that they use are also provided for advanced usage.
- Source:
Members
(static) Buffer
- Source:
- See:
(static) FilePlayer
- Source:
- See:
(static) FormatStream
- Source:
- See:
(static) getUserMedia
(static) MicrophoneStream
(static) recognizeFile
- Source:
- See:
-
- module:watson-speech/speech-to-text/recognize-blob
(static) recognizeMicrophone
- Source:
- See:
(static) RecognizeStream
- Source:
- See:
(static) TimingStream
- Source:
- See:
(static) WebAudioL16Stream
- Source:
- See:
(static) WritableElementStream
- Source:
- See: