Tag: microsoft
Android + excel xls xlsx
Apache POI [ https://poi.apache.org/ ]
[https://mvnrepository.com/artifact/org.apache.poi/poi/4.1.1]
can be used in the android app. Multidex is needed.
But originally the library works well only with xls files.
To work with xlsx the Apache POI-ooxml is needed.
[https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml/4.1.1]
Also there is [https://github.com/andruhon/android5xlsx]
There is a issue with java.awt
also [https://github.com/dhatim/fastexcel]
Creating Excel files with C and libxlsxwriter
[https://libxlsxwriter.github.io/index.html]
Microsoft Azure
Microsoft Cognitive Toolkit (CNTK)
https://tproger.ru/articles/cntk-1/
Speech Services Documentation [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/ ]
About voice assistants [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/voice-assistants ]
About custom voice-first virtual assistants preview [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/voice-first-virtual-assistants ]
Tutorial: Recognize intents from speech using the Speech SDK for C# [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech-csharp ]
About the Speech SDK [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-sdk ]
Scenario Availability [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/scenario-availability ]
Create a custom wake word by using the Speech service [ https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-devices-sdk-create-kws ]
API cognitive services [ https://docs.microsoft.com/en-us/java/api/com.microsoft.cognitiveservices.speech.dialog?view=azure-java-stable ]