A  C  D  E  F  G  H  I  L  M  N  O  R  S  T  U  V  W 

S

setEndpointerDelays(float,float,float) - function in org.vosk.Recognizer
Set endpointer delays
setEndpointerMode(int) - function in org.vosk.Recognizer
Configures endpointer mode for recognizer
setGrammar(String) - function in org.vosk.Recognizer
Reconfigures recognizer to use grammar.
setLogLevel(LogLevel) - function in org.vosk.LibVosk
Set log level for Kaldi messages.
setMaxAlternatives(int) - function in org.vosk.Recognizer
Configures recognizer to output n-best results.
setPartialWords(boolean) - function in org.vosk.Recognizer
Like above return words and confidences in partial results.
setPause(boolean) - function in org.vosk.android.SpeechService
 
setPointer(Pointer) - function in com.sun.jna.Recognizer
 
setPointer(Pointer) - function in com.sun.jna.Model
 
setPointer(Pointer) - function in com.sun.jna.TextProcessor
 
setPointer(Pointer) - function in com.sun.jna.SpeakerModel
 
setSpeakerModel(SpeakerModel) - function in org.vosk.Recognizer
Adds speaker model to already initialized recognizer.Can add speaker recognition model to already created recognizer.Helps to initialize speaker recognition for grammar-based recognizer.
setWords(boolean) - function in org.vosk.Recognizer
Enables words with times in the output
  "result" : [{
      "conf" : 1.000000,
      "end" : 1.110000,
      "start" : 0.870000,
      "word" : "what"
    }, {
      "conf" : 1.000000,
      "end" : 1.530000,
      "start" : 1.110000,
      "word" : "zero"
    }, {
      "conf" : 1.000000,
      "end" : 1.950000,
      "start" : 1.530000,
      "word" : "zero"
    }, {
      "conf" : 1.000000,
      "end" : 2.340000,
      "start" : 1.950000,
      "word" : "zero"
    }, {
      "conf" : 1.000000,
      "end" : 2.610000,
      "start" : 2.340000,
      "word" : "one"
    }],
shutdown() - function in org.vosk.android.SpeechService
Shutdown the recognizer and release the recorder
SpeakerModel - class in org.vosk
Helps to initialize speaker recognition for grammar-based recognizer.
SpeechService - class in org.vosk.android
Service that records audio in a thread, passes it to a recognizer and emits recognition results.
SpeechStreamService - class in org.vosk.android
Service that recognizes stream audio in a thread, passes it to a recognizer and emits recognition results.
start(RecognitionListener) - function in org.vosk.android.SpeechStreamService
Starts recognition.
start(RecognitionListener,int) - function in org.vosk.android.SpeechStreamService
Starts recognition.
startListening(RecognitionListener) - function in org.vosk.android.SpeechService
Starts recognition.
startListening(RecognitionListener,int) - function in org.vosk.android.SpeechService
Starts recognition.
stop() - function in org.vosk.android.SpeechStreamService
Stops recognition.
stop() - function in org.vosk.android.SpeechService
Stops recognition.
StorageService - class in org.vosk.android
Provides utility methods to sync model files to external storage to allow C++ code access them.
StorageService.Callback - class in org.vosk.android.StorageService
 
sync(Context,String,String) - function in org.vosk.android.StorageService
 
A  C  D  E  F  G  H  I  L  M  N  O  R  S  T  U  V  W