Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1016834 // onSpeechRecognized_withDate

JavaX fragment (include)

please include function onSpeechRecognized.

// f : voidfunc(long timestamp, S utterance)
static TailFile onSpeechRecognized_withDate(final VF2<Long, S> f) {
  ret watchQuotedLog_future(speechRecognitionLog(), onSpeechRecognized_interval, voidfunc(S s) {
    pcallF(f, parseFirstLong(s), afterSquareBracketStuff(s));
  });
}

Author comment

Began life as a copy of #1014810

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016834
Snippet name: onSpeechRecognized_withDate
Eternal ID of this version: #1016834/1
Text MD5: 0bdd400472df562b50d791898782e61e
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-04 13:24:38
Source code size: 331 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 328
Referenced in: [show references]