1

I am new to Amazon Transcribe but I was not able to find any tutorials. Can anyone explain how to use Amazon Transcribe Streaming Service in C#.net?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Shisa
  • 13
  • 5
  • Please [Take the Tour](https://stackoverflow.com/tour) , and be sure to read [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask). try to give a detailed information about your question. Add your code , what issue your facing? , where your blocking? , what you tried so far? like the way you have to ask your question. – Agilanbu Nov 28 '18 at 09:29
  • You can have a look at my answer here https://stackoverflow.com/a/66905418/6443084 Hope it helps! – Minh Tran Van Apr 01 '21 at 13:31
  • Please have a look at my own answer here https://stackoverflow.com/a/66905418/6443084 Hope it helps! – Minh Tran Van Apr 01 '21 at 16:54

1 Answers1

3

It appears that you would use the StartStreamTranscription - Amazon Transcribe API call.

Alas, as of writing this, it does not appear that this API call is available in the AmazonTranscribeServiceClient Class | AWS SDK for .NET V3.

It might be a matter of waiting until the AWS SDK for .NET is updated. (It is not in the Python boto SDK either.)

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470