IdentifyResponse
public struct IdentifyResponse : Codable
Response to the request of photo or descriptor identification
-
List of candidates sorted by similarity.
Declaration
Swift
public let candidates: [Candidate]