NTPocketSphinxConfigArgument Class Reference Inherits from NSObject Declared in NTPocketSphinxConfigArgument.hNTPocketSphinxConfigArgument.m Overview Simple class that represents a argument in the pocketsphinx config. name Name of the argument (inclusive -) @property (nonatomic, strong, readonly) NSString *name Discussion Name of the argument (inclusive -) Declared In NTPocketSphinxConfigArgument.h type Type of the argument (see http://cmusphinx.sourceforge.net/doc/sphinxbase/cmd__ln_8h.html values for argtypes) @property (nonatomic, readonly) int type Discussion Type of the argument (see http://cmusphinx.sourceforge.net/doc/sphinxbase/cmd__ln_8h.html values for argtypes) Declared In NTPocketSphinxConfigArgument.h defaultValue The default value @property (nonatomic, strong, readonly) NSString *defaultValue Discussion The default value Declared In NTPocketSphinxConfigArgument.h documentation The description of this argument. @property (nonatomic, strong, readonly) NSString *documentation Discussion The description of this argument. Declared In NTPocketSphinxConfigArgument.h – initWithName:type:defaultValue:doc: - (instancetype)initWithName:(NSString *)name type:(int)type defaultValue:(NSString *)defaultValue doc:(NSString *)doc