NTPocketSphinxConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NTPocketSphinxConfig.h NTPocketSphinxConfig.m |
Overview
Represents a pocketsphinx config (cmd_ln_t). Per default the config is defined with ps_args().
Other Methods
ps_config
Pointer to the cmd_ln_t struct.
@property (nonatomic) void *ps_configDiscussion
Pointer to the cmd_ln_t struct.
Declared In
NTPocketSphinxConfig.h
– setOptions:
Set a list of options
- (void)setOptions:(NSDictionary<NSString*,NSString*> *)optionsParameters
options |
Name/Value pairs |
|---|
Discussion
Set a list of options
Declared In
NTPocketSphinxConfig.h
– getOptionWithName:
Get value of option
- (NSString *)getOptionWithName:(NSString *)nameParameters
name |
Name |
|---|
Return Value
Value or nil if option doesn’t exist
Discussion
Get value of option
Declared In
NTPocketSphinxConfig.h
– setValue:forOptionWithName:
Set the value of an option
- (void)setValue:(NSString *)value forOptionWithName:(NSString *)nameParameters
value |
Value |
|---|---|
name |
Name of the option |
Discussion
Set the value of an option
Declared In
NTPocketSphinxConfig.h
Other Methods
– setStringValue:forOptionWithName:
- (void)setStringValue:(NSString *)value forOptionWithName:(NSString *)name– setFloatValue:forOptionWithName:
- (void)setFloatValue:(double)value forOptionWithName:(NSString *)name