marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 30 de mar. de 2026

Verificar rostro

UiPath.MicrosoftFace.Activities.VerifyFace

Verifica si el rostro especificado pertenece a una persona determinada.

Propiedades

Autenticación

  • 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

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Entrada

  • Face - The face you want to verify. The faces need to be returned by a Detect Faces Activity.
  • Person - The specified person to verify against.
  • PersonGroupName - The name of the person group container which contains the specified Person.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • Confidence - The similarity score between the specified face and person. If this is greater then 0.5 it should indicate that this is the same person but values may vary for your specific use case.
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;
}
  • Propiedades
  • Autenticación
  • Común
  • Entrada
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado