MicrosoftCognitiveServices-Unity icon indicating copy to clipboard operation
MicrosoftCognitiveServices-Unity copied to clipboard

Microsoft Cognitive Services API wrapper for Unity

MicrosoftCognitiveServices-Unity

This library is inteded to speed up development time to utilize the Microsoft Cognitive Services inside the Unity Editor.

Includes a helpful REST library written by me and the Unity async/await utilities by Steve Vermeulen.

Initially written at the Azure & MR/AI Hackathon March 2018.

The library was mostly generated from the OpenAPI (swagger) endpoints provided in the microsoft docs. If an API is missing, it's most likely because an API definition endpoint has not been provided by Microsoft for that specific API.

Requirements

  • Unity 2017.2.x or higher with .NET 4.x support enabled.

Confirmed Supported Platforms

  • [x] Windows Standalone
  • [x] Windows Universal
  • [ ] Android
  • [ ] iOS
  • [ ] WebGl

Feature Areas