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

Missing "vocab_filter_name" in request #8

Closed n1cefeatures closed 3 years ago

n1cefeatures commented 3 years ago

Hi Team,

vocab_filter_name parameter is missing in client.py

The missing parameter exists in the official API.

Currently it is not possible to stream audio with a created vocabulary filter.

With best regards, n1cefeatures

joguSD commented 3 years ago

Thanks for reporting this. Looks like the API had a few updates since the original implementation. We'll take a look at implementing these updates.