|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NBestRecognitionResult
N-Best recognition results. Entries are sorted in decreasing order according to their probability, from the most probable result to the least probable result.
| Nested Class Summary | |
|---|---|
static interface |
NBestRecognitionResult.Entry
Recognition result entry |
| Method Summary | |
|---|---|
VoicetagItem |
createVoicetagItem(String VoicetagId,
VoicetagItemListener listener)
Creates a new VoicetagItem if the last recognition was an enrollment operation. |
NBestRecognitionResult.Entry |
getEntry(int index)
Returns the n-best entry that contains key-value pairs associated with the recognition result. |
int |
getSize()
Returns the number of entries in the n-best list. |
| Method Detail |
|---|
int getSize()
NBestRecognitionResult.Entry getEntry(int index)
throws ArrayIndexOutOfBoundsException
index - the index of the n-best entry
ArrayIndexOutOfBoundsException - if index is greater than size of
entries
VoicetagItem createVoicetagItem(String VoicetagId,
VoicetagItemListener listener)
throws IllegalArgumentException,
IllegalStateException
VoicetagId - string voicetag unique id value.listener - listens for Voicetag events
IllegalArgumentException - if VoicetagId is null or an empty string.
IllegalStateException - if the last recognition was not an
enrollment operation
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||