Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (44 loc) · 3.76 KB

File metadata and controls

52 lines (44 loc) · 3.76 KB

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

  • Windows Standalone
  • Windows Universal
  • Android
  • iOS
  • WebGl

Feature Areas