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

Introduced updates from model to client, serializer, and deserializer #13

Closed zdutta closed 3 years ago

zdutta commented 3 years ago

Implemented updates delivered from C2J model of the AWS Transcribe Streaming SDK. Made additions to the client, serializer, deserializer and models.

codecov-io commented 3 years ago

Codecov Report

Merging #13 into develop will decrease coverage by 0.12%. The diff coverage is 81.25%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #13      +/-   ##
===========================================
- Coverage    88.78%   88.66%   -0.13%     
===========================================
  Files           33       34       +1     
  Lines         1855     1896      +41     
===========================================
+ Hits          1647     1681      +34     
- Misses         208      215       +7     
Flag Coverage Δ
unittests 88.66% <81.25%> (-0.13%) :arrow_down:

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

Impacted Files Coverage Δ
amazon_transcribe/client.py 53.70% <ø> (ø)
setup.py 0.00% <ø> (ø)
tests/integration/test_client.py 0.00% <0.00%> (ø)
amazon_transcribe/serialize.py 97.36% <50.00%> (ø)
amazon_transcribe/exceptions.py 94.28% <66.66%> (-5.72%) :arrow_down:
amazon_transcribe/structures.py 91.37% <75.00%> (-1.48%) :arrow_down:
amazon_transcribe/deserialize.py 98.01% <83.33%> (-0.93%) :arrow_down:
amazon_transcribe/model.py 91.13% <100.00%> (+1.13%) :arrow_up:
amazon_transcribe/utils.py 100.00% <100.00%> (ø)
tests/unit/test_deserialize.py 100.00% <100.00%> (ø)
... and 2 more

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 4b5742c...fcec142. Read the comment docs.