se.chalmers.cs.gf.dialogutil.sr
Class Recognizer

java.lang.Object
  extended by se.chalmers.cs.gf.dialogutil.sr.Recognizer

public class Recognizer
extends java.lang.Object

Calls the Nuance speech recognizer using OAA.


Nested Class Summary
static class Recognizer.Result
          The result of the speech recognizer.
 
Constructor Summary
Recognizer(OAAClient client)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 Recognizer.Result recognize(java.lang.String cat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recognizer

public Recognizer(OAAClient client)
Method Detail

recognize

public Recognizer.Result recognize(java.lang.String cat)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException