jaugment2.speech
Class speechRecognizing.GrammarResult

java.lang.Object
  |
  +--jaugment2.speech.speechRecognizing.GrammarResult
Enclosing class:
speechRecognizing

public static class speechRecognizing.GrammarResult
extends java.lang.Object


Field Summary
 javax.speech.recognition.Grammar grammar
           
 net.jini.core.lease.Lease lease
           
 
Constructor Summary
speechRecognizing.GrammarResult(net.jini.core.lease.Lease lease, javax.speech.recognition.Grammar grammar)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

lease

public net.jini.core.lease.Lease lease

grammar

public javax.speech.recognition.Grammar grammar
Constructor Detail

speechRecognizing.GrammarResult

public speechRecognizing.GrammarResult(net.jini.core.lease.Lease lease,
                                       javax.speech.recognition.Grammar grammar)