How to use speech API in an application?

I have never used the Bing Speech API before, so I have a lot of questions about the Bing Speech API.

If I want to make an Android application using the Bing-speech API, should I subscribe to the speech API on Azure?

And should I register for LUIS?

And I want to know the difference between a "primary key" and a "subscription key".

String.xml

api key

+4
source share
1 answer

Bing Speech API LUIS . Bing speech API . , "" ( ).

LUIS, , API- . , , . LUIS "" , "" "". ( )

, , LUIS. LUIS , Bing Speech API . , API- Bing Speech SpeechRecognitionServiceFactory.createDataClientWithIntent, luisAppID luisSubscriptionID . , MicrophoneRecognitionClient. json ISpeechRecognitionServerEvents.onIntentReceived(String response).

PrimaryKey: - Bing Speech API Microsoft Cognitive Services.

luisAppId: LuisAppId - LUIS. - LUIS Luis.

luisSubscriptionID: LuisSubscriptionID URL . - LUIS "" Luis.

, , :

+2

Source: https://habr.com/ru/post/1662103/


All Articles