awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
140 stars 38 forks source link

Adding language model name variable to transcription request #70

Closed abreland closed 2 years ago

abreland commented 2 years ago

Issue #, if available:

Added language model name to streaming transcription request

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nateprewitt commented 2 years ago

It also looks like linting is failing. You should be able to resolve that by either manually fixing the formatting, or running black before submitting your changes. We also provide a pre-commit file if that's easier.

nateprewitt commented 2 years ago

Hi @abreland, I've gone ahead and resolved the outstanding feedback so we can get this merged this morning. We're intending to do a release shortly and I wanted to ensure this got included. Thanks again for the PR!

abreland commented 2 years ago

Thanks @nateprewitt !