Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerID

Hierarchy

  • VerID

Index

Methods

authenticate

captureLiveFace

compareFaces

  • Compare faces and return a result

    Parameters

    • face1: Face

      Face to compare to the other face

    • face2: Face

      Other face to compare to the first face

    Returns Promise<FaceComparisonResult>

deleteRegisteredUser

  • deleteRegisteredUser(userId: string): Promise<void>
  • Delete user with registered faces

    Parameters

    • userId: string

      ID of the user to delete

    Returns Promise<void>

detectFaceInImage

  • detectFaceInImage(image: string): Promise<Face>

getRegisteredUsers

  • getRegisteredUsers(): Promise<string[]>
  • Get an array of users with registered faces

    Returns Promise<string[]>

register

Generated using TypeDoc