static L> speechLogWithDates() { ret map(scanLog(speechRecognitionLog()), s -> WithTimestamp(parseLeadingLong(s), speechRecognitionLog_extractUtterance(s))); }