Metadata
struct Metadata
Celebrity metadata identified as a result of identify() API
-
Declaration
Swift
public let name: String -
Declaration
Swift
public let identifier: String -
Declaration
Swift
public let urls: [URL] -
Declaration
Swift
public let pose: Predictions.Pose -
Declaration
Swift
public init( name: String, identifier: String, urls: [URL], pose: Predictions.Pose )
View on GitHub