Пример #1
0
 def __init__(self):
     """__init__(NBest self) -> NBest"""
     this = _pocketsphinx.new_NBest()
     try:
         self.this.append(this)
     except:
         self.this = this
Пример #2
0
 def __init__(self):
     """__init__(NBest self) -> NBest"""
     this = _pocketsphinx.new_NBest()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Пример #3
0
 def __init__(self):
     r"""__init__(NBest self) -> NBest"""
     _pocketsphinx.NBest_swiginit(self, _pocketsphinx.new_NBest())