btnexus-node-python.btStreamingNode module¶
A Node which accepts audio streams and forwards them to the speech to text service of your choice and publishes the transcript on the transcript topic
-
class
btStreamingNode.
StreamingNode
(token=None, axonURL=None, debug=None, logger=None, **kwargs)[source]¶ Bases:
btNode.Node
Constructor sets up the NexusConnector.
- Parameters
token (String) – AccessToken for the btNexus
axonURL (String) – URL for the Axon(InstanceURL)
debug (bool) – switch for debug messages
-
connect
(**kwargs)[source]¶ connect the Axon and start the reactor for twisted. This will always block because of the reactor pattern