We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdfd1d commit 68b8e6bCopy full SHA for 68b8e6b
example/Streaming_API/streaming.py
@@ -6,7 +6,7 @@
6
'message': lambda message: print('printing the message response ', str(message))
7
# ,'message_response': lambda message: print('printing the transcription', str(message))
8
# ,'insight_response': lambda insight: print('printing the insight response ', str(insight))
9
- #,'tracker_response': lambda tracker: print('printing the tracker response ', str(tracker))
+ ,'tracker_response': lambda tracker: print('printing the tracker response ', str(tracker))
10
# ,'topic_response': lambda topic: print('printing the topic response ', str(topic))
11
}
12
0 commit comments