StartStreamTranscription on @aws-sdk/client-chime #4632
Unanswered
brunokunace
asked this question in
Q&A
Replies: 1 comment
-
Hi @brunokunace, the linked documentation references a different client which is not chime. The client this documentation refers to is the TranscribeStreamingClient, which you can for sure pass those parameters. Here is the definition of the parameters that we can pass to this specific operation. I hope this helps. Please let me know if you have any questions. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, i trying to use the live transcription of chime. I tested with default configurations and works fine.
I have an API with Nestjs with this code for test:
But i would pass others parameters in TranscriptionConfiguration, like
identify-language
andshow-speaker-label
, found here:StartStreamTranscription and not have in this sdk.
The real doubts are:
Beta Was this translation helpful? Give feedback.
All reactions