Beispiel #1
0
    def get_config(self):
        """
        get_config(Decoder self) -> Config

        Get the configuration object for this decoder.

        The configuration object for this decoder. The decoder retains
        ownership of this pointer, so you should not attempt to free it
        manually. Use cmd_ln_retain() if you wish to reuse it elsewhere. 
        """
        return _pocketsphinx.Decoder_get_config(self)
Beispiel #2
0
 def get_config(self):
     """get_config(Decoder self) -> Config"""
     return _pocketsphinx.Decoder_get_config(self)