Public Member Functions | |
virtual void | load (ReturnCode::Type &returnCode)=0 |
virtual void | unload (ReturnCode::Type &returnCode)=0 |
Protected Member Functions | |
UAPI_EXPORT | Grammar () |
virtual UAPI_EXPORT | ~Grammar () |
Friends | |
class | GrammarProxy |
UAPI_EXPORT android.speech.recognition.Grammar.Grammar | ( | ) | [protected] |
Prevent construction.
virtual UAPI_EXPORT android.speech.recognition.Grammar.~Grammar | ( | ) | [protected, virtual] |
Prevent destruction.
virtual void android.speech.recognition.Grammar.load | ( | ReturnCode::Type & | returnCode | ) | [pure virtual] |
Indicates that the grammar will be used in the near future.
returnCode | ILLEGAL_ARGUMENT if the associated recognizer has been deleted |
virtual void android.speech.recognition.Grammar.unload | ( | ReturnCode::Type & | returnCode | ) | [pure virtual] |
Indicates that the grammar won't be used in the near future.
returnCode | ILLEGAL_ARGUMENT if the associated recognizer has been deleted |