TopMatch
public struct TopMatch : Codable
Most matching face for detection
-
Face identifier
Declaration
Swift
public let faceID: String?
-
User-defined external ID for the object. Default is “”.
Declaration
Swift
public let externalID: String?
-
Top matching candidates label.
Declaration
Swift
public let label: String?
-
Face similarity.
Declaration
Swift
public let similarity: Double?