GiniCaptureDocument

@objc
public protocol GiniCaptureDocument

Document processed by the GiniCapture library.

  • Undocumented

    Declaration

    Swift

    var type: GiniCaptureDocumentType { get }
  • Undocumented

    Declaration

    Swift

    var data: Data { get }
  • id

    Undocumented

    Declaration

    Swift

    var id: String { get }
  • Undocumented

    Declaration

    Swift

    var previewImage: UIImage? { get }
  • Undocumented

    Declaration

    Swift

    var isReviewable: Bool { get }
  • Undocumented

    Declaration

    Swift

    var isImported: Bool { get }