Updates to Python SDK and Streaming API (8/10)
about 2 months ago by James Cha-Earley
Python SDK - 0.3.6
Improvements:
Better Error Feedback: We've made our error messages more verbose to help with troubleshooting.
Streaming API
Improvements:
- Prosody Model Performance: We've increased the speed of the prosody model.
- Socket Behavior: For enhanced stability, repeated errors of the same type will now lead to socket termination.
Upcoming Breaking Changes:
- face_id
- Update: On 8/15/23 we will change how faceid is represented in face predictions.
You will notice a face prefix.- Currently: predictions[0]["face_id"] == "0"
- After Change: predictions[0]["face_id"] == "face_0"
- Update: On 8/15/23 we will change how faceid is represented in face predictions.