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

Allow partial results stabilization options #54

Closed rokclimb15 closed 2 years ago

rokclimb15 commented 2 years ago

Pass through the options for partial results stabilization

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #54 (e06f990) into develop (388e924) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #54   +/-   ##
========================================
  Coverage    88.77%   88.77%           
========================================
  Files           34       34           
  Lines         1925     1925           
========================================
  Hits          1709     1709           
  Misses         216      216           
Flag Coverage Δ
unittests 88.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
amazon_transcribe/client.py 55.55% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 388e924...e06f990. Read the comment docs.