Skip to content

FSalas06/UnotalksGDL260418

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnotalksGDL260418

Example Integration of Microsoft Cognitive Services with Xamarin.Forms displayed in the Meetup Unotalk GDL 26/04/18 in Unosquare Guadalajara

Getting Started

Create a free account of Azure. and creat the services of:

  • Bing Spell Check API
  • Text Translation API
  • Face API
  • Vision API

Save the URL and APIKEY

or if you don't want to create an Azure Account Try in this link and only get and save URL and APIKEY

Once you get the URL and APIKEY

Replace this into Constants.cs file

//Spell Check API
public static readonly string BingSpellCheckApiKey = "<Here your Key>";
public static readonly string BingSpellCheckEndpoint = "<Here your endpoint>";

//Text Translation API
public static readonly string TextTranslatorApiKey = "<Here your key>";
public static readonly string TextTranslatorEndpoint = "<Here your endpoint>";

// Face API
public static readonly string FaceApiKey = "<Here your key>";
public static readonly string FaceEndpoint = "<Here your endpoint>";

// Vision API
public static readonly string ComputerVisionApiKey = "<Here your key>";
public static readonly string ComputerVisionEndpoint = "<Here your endpoint>";

Packages used

Authors

  • Francisco Salas - Initial work - FSalas06

TODO

  • Create a funtional project Xamarin.Forms
  • Create a Git Repo
  • Documentation Code
  • Clean Code
  • Integrate Speech API
  • Integrate Bing Search API
  • Work into intuitive examples
  • Splash Screen Android/IOS

Releases

No releases published

Packages

No packages published

Languages