@regulaforensics/face-sdk
    Preparing search index...

    Class MatchFacesRequest

    Compares two or more images with faces on them to find out the similarity of pairs. The request is used as a parameter to FaceSDK.matchFaces.

    Index
    • get metadata(): Record<string, any> | null

      Returns Record<string, any> | null

    • get outputImageParams(): OutputImageParams | null

      If set the uploaded image is processed according to the indicated settings.

      Returns OutputImageParams | null

    • get tag(): string | null

      Defines tag that can be used in match faces processing. Defaults to null.

      Returns string | null