Skip to main content

SearchTopKResult

Result of a top-K search operation in face recognition. Contains the confidence score and ID of a matched face.

type SearchTopKResult = {
confidence: number;
id: number;
};

Properties

PropertyTypeDescription
confidencenumberConfidence score of the match
idnumberID of the matched face