コード例 #1
0
 def __init__(self, *args): 
     """
     __init__(Decoder self) -> Decoder
     __init__(Decoder self, Config config) -> Decoder
     """
     this = _pocketsphinx.new_Decoder(*args)
     try: self.this.append(this)
     except: self.this = this
コード例 #2
0
ファイル: pocketsphinx.py プロジェクト: YanyangChen/KVPJ
 def __init__(self, *args): 
     """
     __init__(Decoder self) -> Decoder
     __init__(Decoder self, Config config) -> Decoder
     """
     this = _pocketsphinx.new_Decoder(*args)
     try: self.this.append(this)
     except: self.this = this
コード例 #3
0
 def __init__(self, *args):
     r"""
     __init__(Decoder self) -> Decoder
     __init__(Decoder self, Config config) -> Decoder
     """
     _pocketsphinx.Decoder_swiginit(self, _pocketsphinx.new_Decoder(*args))