![]() |
Language Object Types |
Header: SpeechRecognition.h |
enum { kSRLanguageModelType = 'lmob', kSRPathType = 'path', kSRPhraseType = 'phra', kSRWordType = 'word' };
A language model (that is, an object of type SRLanguageModel).
A path (that is, an object of type SRPath).
A phrase (that is, an object of type SRPhrase).
A word (that is, an object of type SRWord).
The Speech Recognition Manager defines constants for the four subclasses of the SRLanguageObject class. You can use these constants, for instance, to help interpret the value of a language objects kSRLMObjType property.
© 2000 Apple Computer, Inc. (Last Updated 7/10/2000)