Reputation: 21
In Swagger I have had problems to configure the authorizations.
In Available authorizations there are two fields to fill:
Upvotes: 2
Views: 274
Reputation: 1538
The two paramters can be found as follows:
1. subscription_key parameter: this can be found in Azure portal> Navigate to the Speech service that you must have created (Cognitive Service) or see here to create new Speech service > use the value from Key1
Things to remember :
The speech to text api (especially conversational api) is supported only in specific regions, I chose centralus.
The pricing tier should be S0 Standard to get the apis working (atleast for conversation apis)
2. token (apiKey) parameter :
Things to remember :
Upvotes: 1