Skip to content

Fix/stt output#78

Merged
Khurdhula-Harshavardhan merged 2 commits into
mainfrom
fix/stt-output
Feb 10, 2026
Merged

Fix/stt output#78
Khurdhula-Harshavardhan merged 2 commits into
mainfrom
fix/stt-output

Conversation

@Khurdhula-Harshavardhan

Copy link
Copy Markdown
Collaborator

This pull request updates the package version and modifies the structure of the language detection output in the speech-to-text response. The most important changes are listed below.

Version update:

  • Updated the package version to 0.4.1 in both setup.py and jigsawstack/version.py for release tracking and distribution. [1] [2]

Speech-to-text API changes:

  • Changed the language_detected field in the SpeechToTextResponse class from an optional string to an optional dictionary, allowing for richer language detection metadata in the transcription response.
  • Removed the confidence field from SpeechToTextResponse, simplifying the response and removing language detection confidence reporting.

NOTE: this is a breaking change for STT, for users using jigsawstack-python under and equal 0.4.0, when pointed, idea is to suggest the user to upgrade to 0.4.1 latest

@Khurdhula-Harshavardhan Khurdhula-Harshavardhan merged commit a58b69f into main Feb 10, 2026
32 of 34 checks passed
@Khurdhula-Harshavardhan Khurdhula-Harshavardhan deleted the fix/stt-output branch February 10, 2026 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant