コード例 #1
0
ファイル: pocketsphinx.py プロジェクト: lwllovewf2010/jarvis
    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)
コード例 #2
0
ファイル: pocketsphinx.py プロジェクト: kumarremoa/Goferbot
 def get_config(self):
     """get_config(Decoder self) -> Config"""
     return _pocketsphinx.Decoder_get_config(self)