Type alias IDDocumentFaceMatchV1

IDDocumentFaceMatchV1: CreateThing<"IDDocumentFaceMatch", {
    identifier?: number;
    isMatch?: boolean;
    score?: number;
}>

Type declaration

  • Optional identifier?: number
  • Optional isMatch?: boolean
  • Optional score?: number