Need help with text analytics - building the dictionary for improving speech to text based on domain

Hey

We are trying to use speech & text analytics api for setting up dictionaries for proper transcription of words ( speech to text) based on finance domain. However we encountered issues with couple of words like CD or Zelle which most often get transcribed into something else leading to errors in our processes. Wanted to understand if there is any guidance on these items.

Hello! If you're referring to transcription, you can check out the post here:

Here are a few additional examples:

Thanks for sharing this examples. I have followed these examples for the terms CD and Zelle which common in financial institutions. How ever the genesis transcription engine still doesnt recognize them right. for zelle i have tried "soundsLike": [
"zel", "zell", "zele", "zelly"
]
and for CD have tried "soundsLike": [
"cd", "seedee", "c d"
]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.