speechmatics-python icon indicating copy to clipboard operation
speechmatics-python copied to clipboard

More simple API for streaming mode?

Open Alex2025Job opened this issue 1 year ago • 0 comments

Hi, just a short question regarding the API for streaming mode. do you also provide easier APIs for streaming mode? Actually only two API is needed for me,

  1. send request with audio frame to your Server to ask for transcription
  2. get partial or final transcript.

Now I have added to events to get the "partial" and "final" results. it is somehow difficult for me to check at which time point I have got the "partial" or "final" result.

Alex2025Job avatar Jan 13 '25 07:01 Alex2025Job