BestShotData
public enum BestShotData
Format of the shot transmitted to Luna ID.
-
Image data.
Declaration
Swift
case image(Data)
-
Descriptor.
Declaration
Swift
case descriptor(Data)
-
Get binary data representation
Declaration
Swift
public func data() -> Data
Return Value
data object