com.nuance.nmdp.speechkit
Class Recognizer.PromptType

java.lang.Object
  extended by com.nuance.nmdp.speechkit.Recognizer.PromptType
Enclosing interface:
Recognizer

public static class Recognizer.PromptType
extends java.lang.Object

These constants define the types of prompts that can be played during recognition.


Field Summary
static int ERROR
          Play the prompt when an error occurs.
static int RECORDING_START
          Play the prompt just before recording begins.
static int RECORDING_STOP
          Play the prompt when recording finishes.
static int RESULT
          Play the prompt when a successful result is received.
 
Constructor Summary
Recognizer.PromptType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORDING_START

public static final int RECORDING_START
Play the prompt just before recording begins.

See Also:
Constant Field Values

RECORDING_STOP

public static final int RECORDING_STOP
Play the prompt when recording finishes.

See Also:
Constant Field Values

RESULT

public static final int RESULT
Play the prompt when a successful result is received.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Play the prompt when an error occurs.

See Also:
Constant Field Values
Constructor Detail

Recognizer.PromptType

public Recognizer.PromptType()