DSDocumentData

@objc
public protocol DSDocumentData : NSObjectProtocol

Represents digital data extracted from an authentication document

  • A dictionary of the raw data that was extracted from an authentication document

    Declaration

    Swift

    var rawDocumentData: [String : String] { get }