Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Additional Properties in addRecognizingEventHandler for iOS #2690

Open
BigVeila opened this issue Dec 3, 2024 · 1 comment
Open
Labels
update needed For items that are in progress but have not been updated

Comments

@BigVeila
Copy link

BigVeila commented Dec 3, 2024

In the current implementation of the Speech-to-Text (STT) feature on iOS using MicrosoftCognitiveServicesSpeech-iOS (1.41.1), the addRecognizedEventHandler provides complete and detailed information, including properties such as Lexical, Nbest, and confidence scores. However, the addRecognizingEventHandler, which is designed for real-time processing, only provides partial results with limited information.

This makes it difficult to process intermediate results effectively in real-time, as important metadata is only available after the final result is delivered through addRecognizedEventHandler.

I am requesting an enhancement to the addRecognizingEventHandler to include the following properties:
• Lexical
• Nbest

Use Case:
For real-time speech recognition on iOS, having access to these properties in addRecognizingEventHandler would:
1. Allow developers to display more meaningful and accurate partial results to users.
2. Enable advanced real-time processing, such as handling alternative results (Nbest).
3. Reduce dependency on addRecognizedEventHandler for information that could enhance real-time user experiences.

By including these enhancements, addRecognizingEventHandler would align better with the capabilities of addRecognizedEventHandler and significantly improve real-time STT applications.

Framework Version:
MicrosoftCognitiveServicesSpeech-iOS (1.41.1)

This improvement will enhance the usability of the STT service for iOS developers by providing consistent and richer data for both intermediate and final results.

Copy link

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.

@github-actions github-actions bot added the update needed For items that are in progress but have not been updated label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update needed For items that are in progress but have not been updated
Projects
None yet
Development

No branches or pull requests

1 participant