Skip navigation links
A C D G I K O P R S T V 

K

KASRBundle - Class in com.keenresearch.keenasr
An instance of the KASRBundle class, called asrBundle, manages ASR Bundle resources on the device file system
KASRBundle(Context) - Constructor for class com.keenresearch.keenasr.KASRBundle
 
KASRDecodingGraph - Class in com.keenresearch.keenasr
KASRDecodingGraph class manages decoding graphs in the filesystem.
KASRDecodingGraph() - Constructor for class com.keenresearch.keenasr.KASRDecodingGraph
 
KASRRecognizer - Class in com.keenresearch.keenasr
An instance of the KASRRecognizer class, called recognizer, manages recognizer resources and provides speech recognition capabilities to your application.
KASRRecognizer.KASRRecognizerLogLevel - Enum in com.keenresearch.keenasr
These constants indicate the log levels for the framework.
KASRRecognizer.KASRRecognizerState - Enum in com.keenresearch.keenasr
These constants indicate different states recognizer can assume.
KASRRecognizer.KASRVadParameter - Enum in com.keenresearch.keenasr
These constants correspond to different Voice Activity Detection parameters that are used for endpointing during recognition.
KASRRecognizerListener - Interface in com.keenresearch.keenasr
KASRRecognizerListener provides an interface that your class needs to implement in order to receive partial and final result callbacks from the KASRRecognizer instance.
KASRRecognizerTriggerPhraseListener - Interface in com.keenresearch.keenasr
KASRRecognizerTriggerPhraseListener provides an interface that your class needs to implement in order to receive trigger phrase callbacks from the KASRRecognizer instance.
KASRResult - Class in com.keenresearch.keenasr
An instance of the KIOSResult class, called recognition result, provides results of the recognition.
KASRResult() - Constructor for class com.keenresearch.keenasr.KASRResult
 
KASRResult(KASRWord[], String, String, float, String) - Constructor for class com.keenresearch.keenasr.KASRResult
 
KASRResult(String, String, float, String) - Constructor for class com.keenresearch.keenasr.KASRResult
 
KASRWord - Class in com.keenresearch.keenasr
An instance of the KIOSWord class, called word, provides word text, timing information, and the confidence of the word.
KASRWord(String, float, float, float) - Constructor for class com.keenresearch.keenasr.KASRWord
 
A C D G I K O P R S T V 
Skip navigation links