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
142 stars 37 forks source link

Added vocab_filter_name to start_stream_transcription. #11

Closed derpferd closed 3 years ago

derpferd commented 3 years ago

Issue #, if available: awslabs/amazon-transcribe-streaming-sdk#8

Description of changes: Added vocab_filter_name to start_stream_transcription per documentation at https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html#API_streaming_StartStreamTranscription_RequestSyntax.

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

derpferd commented 3 years ago

Could you be so kind to label this pull request with the label hacktoberfest-accepted?

derpferd commented 3 years ago

@nateprewitt thanks! Happy to contribute even without Hacktoberfest :smiley: