Microsoft.Azure.CognitiveServices.Vision.Face 2.5.0-preview.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Azure.CognitiveServices.Vision.Face.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.CognitiveServices.Vision.Face --version 2.5.0-preview.1
NuGet\Install-Package Microsoft.Azure.CognitiveServices.Vision.Face -Version 2.5.0-preview.1
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="Microsoft.Azure.CognitiveServices.Vision.Face" Version="2.5.0-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.CognitiveServices.Vision.Face --version 2.5.0-preview.1
#r "nuget: Microsoft.Azure.CognitiveServices.Vision.Face, 2.5.0-preview.1"
#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 Microsoft.Azure.CognitiveServices.Vision.Face as a Cake Addin
#addin nuget:?package=Microsoft.Azure.CognitiveServices.Vision.Face&version=2.5.0-preview.1&prerelease

// Install Microsoft.Azure.CognitiveServices.Vision.Face as a Cake Tool
#tool nuget:?package=Microsoft.Azure.CognitiveServices.Vision.Face&version=2.5.0-preview.1&prerelease

This client library provides access to the Microsoft Cognitive Services Face APIs.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.CognitiveServices.Vision.Face:

Package Downloads
O10.Client.Common

Package Description

O10.Client.Web.Common

Package Description

Genocs.Integration.ML.CognitiveServices

The Machine Learning Microsoft Cognitive Services Library by Genocs

Microsoft.Psi.CognitiveServices.Face The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides components for using Microsoft's Cognitive Services Face API.

JPVTech.Hive.Model

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.CognitiveServices.Vision.Face:

Repository Stars
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
microsoft/Cognitive-Samples-IntelligentKiosk
Welcome to the Intelligent Kiosk Sample! Here you will find several demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services.
microsoft/psi
Platform for Situated Intelligence
microsoft/Cognitive-Samples-VideoFrameAnalysis
A library with sample apps for continuous analysis of live video, using the Microsoft Cognitive Services Vision APIs.
microsoft/Windows-appsample-familynotes
Universal Windows Platform (UWP) sample app that shows usage of speech, Cortana, ink, and camera through a family note sharing scenario.
Version Downloads Last updated
2.8.0-preview.3 69,509 12/14/2022
2.8.0-preview.2 118,417 11/23/2021
2.8.0-preview.1 32,541 7/21/2021
2.7.0-preview.3 12,712 12/14/2022
2.7.0-preview.2 31,460 11/23/2021
2.7.0-preview.1 43,491 3/31/2021
2.6.0-preview.1 94,558 8/13/2020
2.5.0-preview.2 23,149 7/7/2020
2.5.0-preview.1 109,954 7/19/2019
2.4.0-preview 127,276 3/28/2019
2.3.0-preview 27,629 1/30/2019
2.2.0-preview 229,498 8/3/2018
2.0.0-preview 6,323 7/9/2018
1.1.0-preview 790 7/2/2018
1.0.2-preview 5,011 1/25/2018

1) The API client name was changed from FaceAPI to FaceClient, in keeping with other Azure SDKs.
   2) Supported customizing service endpoints by assigning the endpoint string to FaceClient.Endpoint. The endpoint string can be found on Azure Portal, it should contain only protocol and hostname, for example: https://westus.api.cognitive.microsoft.com/. This change ensures better global coverage.
   3) Aligned with latest Face API, Million-Scale features (LargePersonGroup and LargeFaceList) were added.
   4) Some inconsistencies in naming, parameter order were corrected.
   5) Aligned with latest Face API, Snapshot features for data migration were added.
   6) Aligned with latest Face API, multiple recognition model feature was added.