please include function onSpeechRecognized. // f : voidfunc(long timestamp, S utterance) static TailFile onSpeechRecognized_withDate(final VF2 f) { ret watchQuotedLog_future(speechRecognitionLog(), onSpeechRecognized_interval, voidfunc(S s) { pcallF(f, parseFirstLong(s), afterSquareBracketStuff(s)); }); }