|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.speech.recognition.impl.NBestRecognitionResultImpl
public class NBestRecognitionResultImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.speech.recognition.NBestRecognitionResult |
|---|
NBestRecognitionResult.Entry |
| Constructor Summary | |
|---|---|
NBestRecognitionResultImpl(long nativeObject)
Creates a new NBestRecognitionResultImpl. |
|
| Method Summary | |
|---|---|
VoicetagItem |
createVoicetagItem(String VoicetagId,
VoicetagItemListener listener)
Creates a new VoicetagItem if the last recognition was an enrollment operation. |
protected void |
finalize()
Called by the virtual machine when there are no longer any (non-weak) references to the receiver. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NBestRecognitionResultImpl(long nativeObject)
nativeObject - a reference to the native object| Method Detail |
|---|
public int getSize()
NBestRecognitionResult
getSize in interface NBestRecognitionResultpublic NBestRecognitionResult.Entry getEntry(int index)
NBestRecognitionResult
getEntry in interface NBestRecognitionResultindex - the index of the n-best entry
public VoicetagItem createVoicetagItem(String VoicetagId,
VoicetagItemListener listener)
NBestRecognitionResult
createVoicetagItem in interface NBestRecognitionResultVoicetagId - string voicetag unique id value.listener - listens for Voicetag events
protected void finalize()
throws Throwable
ObjectNote: The virtual machine assumes that the implementation in class Object is empty.
finalize in class ObjectThrowable - The virtual machine ignores any exceptions which are
thrown during finalization.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||