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.

Constructors

Accessors

  • get metadata(): Record<string, any>
  • Returns Record<string, any>

  • get outputImageParams(): OutputImageParams
  • If set the uploaded image is processed according to the indicated settings.

    Returns OutputImageParams

  • get tag(): string
  • Defines tag that can be used in match faces processing. Defaults to null.

    Returns string