Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Speech Recognition Manager /
Chapter 1 - Speech Recognition Manager / Speech Recognition Manager Reference
Constants


Language Object Types

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 object's kSRLMObjType property.

enum {
   kSRLanguageModelType                = 'lmob',
   kSRPathType                         = 'path',
   kSRPhraseType                       = 'phra',
   kSRWordType                         = 'word'
};
Constant descriptions

kSRLanguageModelType
A language model (that is, an object of type SRLanguageModel).
kSRPathType
A path (that is, an object of type SRPath).
kSRPhraseType
A phrase (that is, an object of type SRPhrase).
kSRWordType
A word (that is, an object of type SRWord).

Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997