GovernmentIdFile

public struct GovernmentIdFile : Codable

A single file collected during a government id step

  • The side or type of document captured

    Declaration

    Swift

    public let page: String
  • The method which the user used to capture the file (auto, manual, or upload)

    Declaration

    Swift

    public let captureMethod: String
  • All frames of this file that were captured during the inquiry flow, frames that fail to save to temp may be omitted.

    Declaration

    Swift

    public let frames: [Frame]
  • A single image capture of the file

    See more

    Declaration

    Swift

    public struct Frame : Codable