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

Docs #5

Closed nateprewitt closed 4 years ago

nateprewitt commented 4 years ago

Changes:

codecov-commenter commented 4 years ago

Codecov Report

Merging #5 into develop will decrease coverage by 0.08%. The diff coverage is 91.17%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #5      +/-   ##
===========================================
- Coverage    88.87%   88.78%   -0.09%     
===========================================
  Files           33       33              
  Lines         1861     1855       -6     
===========================================
- Hits          1654     1647       -7     
- Misses         207      208       +1     
Flag Coverage Δ
#unittests 88.78% <91.17%> (-0.09%) :arrow_down:

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

Impacted Files Coverage Δ
amazon_transcribe/handlers.py 0.00% <0.00%> (ø)
amazon_transcribe/model.py 90.00% <94.11%> (-1.18%) :arrow_down:
amazon_transcribe/client.py 53.70% <100.00%> (-1.66%) :arrow_down:
amazon_transcribe/eventstream.py 98.97% <100.00%> (ø)
tests/unit/test_client.py 100.00% <100.00%> (ø)

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 42d4e78...f7e42b3. Read the comment docs.