org.robokind.api.speechrec
Interface SpeechRecEvent


public interface SpeechRecEvent

Author:
Matthew Stevenson

Method Summary
 double getConfidence()
           
 String getRecognizedText()
           
 String getRecognizerId()
           
 long getTimestampMillisecUTC()
           
 

Method Detail

getRecognizerId

String getRecognizerId()

getTimestampMillisecUTC

long getTimestampMillisecUTC()

getRecognizedText

String getRecognizedText()

getConfidence

double getConfidence()


Copyright © 2011-2012. All Rights Reserved.