def pocketsphinx(self):
# NOTE: copy()
# Return a shallow copy of x.
# source: https://docs.python.org/3/library/copy.html
"""Get pocketsphinx speech to text settings."""
return self._data.get('pocketsphinx', {}).copy()
评论列表
文章目录