watson-developer-cloud / node-red-node-watson

A collection of nodes for the IBM Watson services
Apache License 2.0
82 stars 86 forks source link

Start and End for STT in Stream Mode #433

Closed chughts closed 5 years ago

chughts commented 5 years ago

When the STT node is running in streaming mode, the Start and End data packets are expected as strings. This is because they normally come from web sockets, but when they don't and are being sent as objects, the node ignores them, and doesn't initiate the stream connection to the STT service.

The node should allow the Start and End as either string or object.

chughts commented 5 years ago

Implemented, will be released in 0.7.5