Xamarin.Cognitive.Face 0.5.2

dotnet add package Xamarin.Cognitive.Face --version 0.5.2
NuGet\Install-Package Xamarin.Cognitive.Face -Version 0.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Cognitive.Face" Version="0.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Cognitive.Face --version 0.5.2
#r "nuget: Xamarin.Cognitive.Face, 0.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Cognitive.Face as a Cake Addin
#addin nuget:?package=Xamarin.Cognitive.Face&version=0.5.2

// Install Xamarin.Cognitive.Face as a Cake Tool
#tool nuget:?package=Xamarin.Cognitive.Face&version=0.5.2

Microsoft Cognitive Services Face API client library for Xamarin.iOS, Xamarin.Android, and Xamarin.Forms (or portable projects used for Android/iOS apps).

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid50 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • MonoAndroid 5.0

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Xamarin.iOS 1.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.2 4,119 6/26/2017
0.5.1 962 6/23/2017
0.5.0-preview 954 6/21/2017
0.4.0-preview 873 6/20/2017
0.3.1-preview 791 6/20/2017
0.3.0-preview 1,014 5/17/2017
0.2.3-preview 880 4/20/2017
0.2.2-preview 884 4/19/2017

- Normalized some API bits for images on both platforms
- Now returning ErrorDetailExceptions on Android as well as iOS
- Misc tweaks