Module: watson-speech/speech-to-text/recognize-element

(require("watson-speech/speech-to-text/recognize-element"))(options) → {RecognizeStream}

Recognize audio from a

Parameters:
Name Type Description
options Object

Also passed to {MediaElementAudioStream} and to {RecognizeStream}

Properties
Name Type Attributes Default Description
token String

Auth Token - see https://github.com/watson-developer-cloud/node-sdk#authorization

element MediaElement

the

format Boolena <optional>
true

pipe the text through a {FormatStream} which performs light formatting

outputElement String | DOMElement <optional>

pipe the text to a WriteableElementStream targeting the specified element. Also defaults objectMode to true to enable interim results.

Source:
Returns:
Type
RecognizeStream