DiagnosticImageInfo
public class DiagnosticImageInfo : Codable
Diagnostic image info
Since
2.0.0-
Face detected in the image
Declaration
Swift
public let face: Face? -
Image size
Declaration
Swift
public let imageSize: CGSize -
Requested bearing
Declaration
Swift
public let requestedBearing: Bearing -
Time of capture
Declaration
Swift
public let timestamp: Date -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
DiagnosticImageInfo Class Reference