|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nuance.nmdp.speechkit.Recognizer.PromptType
public static class Recognizer.PromptType
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 |
---|
public static final int RECORDING_START
public static final int RECORDING_STOP
public static final int RESULT
public static final int ERROR
Constructor Detail |
---|
public Recognizer.PromptType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |