UiPath Documentation
marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 1. Apr. 2026

Gesichter erkennen

UiPath.MicrosoftFace.Activities.DetectFaces

Findet die Personen mit der höchsten Übereinstimmung für die zur Verfügung gestellten Gesichter in der angegebenen Personengruppe.

Eigenschaften

Authentication

  • 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

Allgemein

  • AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.

Eingabe

  • 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.

Optionen

  • 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.

Sonstiges

  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.

Ausgabe

  • 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;
}
  • Eigenschaften
  • Authentication
  • Allgemein
  • Eingabe
  • Optionen
  • Sonstiges
  • Ausgabe

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben