ReasoningEvaluateNode.removeIdentity() method

Remove a named identity from the running faces / speaker_id tool’s gallery. Subsequent detections of that person are anonymous again. Resolves to the remaining gallery names.

Signature:

removeIdentity(tool: "faces" | "speaker_id", name: string, instance?: string): Promise<string[]>;

Parameters

Parameter Type Description

tool

"faces" | "speaker_id"

name

string

instance

string

(Optional)

Returns:

Promise<string[]>