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

[FEATURE] Add support for Azure Speech-To-Text custom endpoint #3767

Open
davide445 opened this issue Dec 26, 2024 · 0 comments
Open

[FEATURE] Add support for Azure Speech-To-Text custom endpoint #3767

davide445 opened this issue Dec 26, 2024 · 0 comments

Comments

@davide445
Copy link

Describe the feature you'd like
Currently is possible to enable the Azure STT standard endpoint.
Supporting a custom endpoint will enable the usage of Azure STT tailored for specific languages (dialects, engineering, healthcare, etc)

Additional context
Calling the custom endpoint require this code
var config = SpeechSDK.SpeechConfig.fromSubscription("YourSubscriptionKey", "YourServiceRegion"); config.endpointId = "YourEndpointId"; var reco = new SpeechSDK.SpeechRecognizer(config);

Where YourSubscriptionKey and YourServiceRegion parameters are already available in Flowise configuration, what is missing is the YourEndpointId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant