Esempio n. 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
Esempio n. 2
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
Esempio n. 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))