android.speech.recognition.Grammar Class Reference

Inheritance diagram for android.speech.recognition.Grammar:

Inheritance graph
[legend]

List of all members.


Detailed Description

Speech recognition grammar.

Author:
Gili Tzabari, Marc Robitaille

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

Constructor & Destructor Documentation

UAPI_EXPORT android.speech.recognition.Grammar.Grammar (  )  [protected]

Prevent construction.

virtual UAPI_EXPORT android.speech.recognition.Grammar.~Grammar (  )  [protected, virtual]

Prevent destruction.


Member Function Documentation

virtual void android.speech.recognition.Grammar.load ( ReturnCode::Type returnCode  )  [pure virtual]

Indicates that the grammar will be used in the near future.

Parameters:
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.

Parameters:
returnCode ILLEGAL_ARGUMENT if the associated recognizer has been deleted


Generated on Thu May 1 17:16:42 2008 for UAPI by  doxygen 1.5.3