Menu

Getting timeframe for a hypothesis

2014-07-20
2014-07-20
  • Suman Saurabh

    Suman Saurabh - 2014-07-20
    #while((result = recognizer.getResult()) != null) {
        //code goes here
        Print(result.getTimeFrame());// some method called getTimeFrame()
    }
    

    IS there a method like getTimeFrame() that gives the timeline of the particular hyptothesis?
    e.g. 10001-90210-01803
    1st prediction (10001): timeline-> 0444, 4640
    2nd prediction (90210): timeline-> 4744, 6742
    3rd prediction (01803): timeline-> 6940, 8230

     
    • Nickolay V. Shmyrev

      API returns word times. To find utterance start time you can get minimum of word starts and maximum of word ends.

       
  • Suman Saurabh

    Suman Saurabh - 2014-07-20

    Thank you for the answer.

     

Log in to post a comment.

MongoDB Logo MongoDB