NTPocketSphinxConfigArgument Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NTPocketSphinxConfigArgument.h NTPocketSphinxConfigArgument.m |
name
Name of the argument (inclusive -)
@property (nonatomic, strong, readonly) NSString *nameDiscussion
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 typeDiscussion
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 *defaultValueDiscussion
The default value
Declared In
NTPocketSphinxConfigArgument.h
documentation
The description of this argument.
@property (nonatomic, strong, readonly) NSString *documentationDiscussion
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