Public Member Functions | |
virtual ARRAY_LIMIT | getSize () const =0 |
virtual EntryProxy | getEntry (ARRAY_LIMIT index, ReturnCode::Type &returnCode) const =0 |
virtual VoicetagItemProxy | createVoicetagItem (const char *VoicetagId, VoicetagItemListenerProxy listener, ReturnCode::Type &returnCode) const =0 |
virtual bool | isNBestList () const =0 |
virtual bool | isAppServerResult () const =0 |
Protected Member Functions | |
UAPI_EXPORT | NBestRecognitionResult () |
virtual UAPI_EXPORT | ~NBestRecognitionResult () |
Friends | |
class | NBestRecognitionResultProxy |
class | RecognitionResultProxy |
Classes | |
class | Entry |
UAPI_EXPORT android.speech.recognition.NBestRecognitionResult.NBestRecognitionResult | ( | ) | [protected] |
Prevent construction.
virtual UAPI_EXPORT android.speech.recognition.NBestRecognitionResult.~NBestRecognitionResult | ( | ) | [protected, virtual] |
Prevent destruction.
virtual ARRAY_LIMIT android.speech.recognition.NBestRecognitionResult.getSize | ( | ) | const [pure virtual] |
Returns the number of entries in the n-best list.
virtual EntryProxy android.speech.recognition.NBestRecognitionResult.getEntry | ( | ARRAY_LIMIT | index, | |
ReturnCode::Type & | returnCode | |||
) | const [pure virtual] |
Returns an NBest entry.
index | the entry index number | |
returnCode | the return code |
virtual VoicetagItemProxy android.speech.recognition.NBestRecognitionResult.createVoicetagItem | ( | const char * | VoicetagId, | |
VoicetagItemListenerProxy | listener, | |||
ReturnCode::Type & | returnCode | |||
) | const [pure virtual] |
Creates a new VoicetagItem if the last recognition was an enrollment operation.
returnCode | INVALID_STATE if the last recognition was not an enrollment operation |
virtual bool android.speech.recognition.RecognitionResult.isNBestList | ( | ) | const [pure virtual, inherited] |
Returns true if the recognition result is an n-best list.
virtual bool android.speech.recognition.RecognitionResult.isAppServerResult | ( | ) | const [pure virtual, inherited] |
Returns true if the recognition result are coming from an application server.