Event
public struct Event : Codable
Event model
-
Face associated with event.
Declaration
Swift
public let face: Face? -
Sorted list with match result for the event.
Declaration
Swift
public let matches: [Matches]? -
Aggregated attributes estimated from samples.
Declaration
Swift
public let aggregateEstimations: AggregateEstimations?
Event Structure Reference