Reply To: Logging Time of Word Recognition

Home Forums OpenEars plugins Logging Time of Word Recognition Reply To: Logging Time of Word Recognition

#13089
Halle Winkler
Politepix

Hi Matt,

You could just give yourself a timestamp using [NSDate date] in whichever RapidEars+OpenEarsEventsObserver delegate method you are taking your recognition results from. If you want it in a particular format you can create an NSDataFormatter as an ivar of your view controller and keep reusing it to get the formatted timestamp:

http://stackoverflow.com/questions/2035201/iphone-nsdateformatter