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

Microsoft Cognitive Services API wrapper for Unity

License

Notifications You must be signed in to change notification settings

StephenHodgson/MicrosoftCognitiveServices-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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