marketplace
latest
false
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Guide de l'utilisateur Marketplace

Dernière mise à jour 30 mars 2026

Identifier les visages (Identify Faces)

UiPath.MicrosoftFace.Activities.DetectFaces

Recherche les personnes avec la correspondance la plus proche pour les visages fournis à l'intérieur du groupe indiqué de personnes.

Propriétés

Authentification

  • ServiceURL - The endpoint to the Microsoft Face service. Format is https://*region*.api.cognitive.microsoft.com.
  • SubscriptionKey - The subscription key for authenticating the Microsoft Face Service calls. The subscription key needs to be provided by Microsoft. For more information please visit the official Microsoft documentation here

Commun

  • NomAffichage (DisplayName) - Nom affiché de l'activité.

Entrée

  • Faces - A collection of faces. The faces need to be returned by a ] Activity. Each of the faces are identified independently.
  • PersonGroupName - The name of the person group container in which the query will be carried out.

Options

  • Confidence - Customised identification threshold. The range for the threshold is in the range of [0,1]. Advanced users can tweak to overwrite the internal threshold for better precision on the specific use cases data.

Divers

  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).

Sortie

  • Persons - The identified candidate person for each face query.
UiPath.MicrosoftFace.Face:
{
      string FaceId;
      FaceRectangle FaceRectangle;
      FaceAttributes FaceAtributes;
}
UiPath.MicrosoftFace.FaceAttributes:
{
      double Age;
      string Gender;
      string Glasses;
      double Smile;
}
UiPath.MicrosoftFace.FaceRectangle:
{
      Int Height;
      Int Left;
      Int Top;
      Int Width;
}
UiPath.MicrosoftFace.Person:
{
      double Confidence;
      string FaceId;
      string PersonId;
      string PersonName;
}
UiPath.MicrosoftFace.Face:
{
      string FaceId;
      FaceRectangle FaceRectangle;
      FaceAttributes FaceAtributes;
}
UiPath.MicrosoftFace.FaceAttributes:
{
      double Age;
      string Gender;
      string Glasses;
      double Smile;
}
UiPath.MicrosoftFace.FaceRectangle:
{
      Int Height;
      Int Left;
      Int Top;
      Int Width;
}
UiPath.MicrosoftFace.Person:
{
      double Confidence;
      string FaceId;
      string PersonId;
      string PersonName;
}
  • Propriétés
  • Authentification
  • Commun
  • Entrée
  • Options
  • Divers
  • Sortie

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour