Metadata

public struct Metadata : Encodable

Additional ID and/or Selfie Capture image metadata.

Child Structures

  • Detection rectangle.

    See more

    Declaration

    Swift

    public struct DetectedRect : Encodable
  • Front ID capture metadata.

    See more

    Declaration

    Swift

    public struct Front : Encodable
  • Back ID capture metadata.

    See more

    Declaration

    Swift

    public struct Back : Encodable
  • Selfie capture metadata.

    See more

    Declaration

    Swift

    public struct Selfie : Encodable

Properties

  • Front ID capture metadata.

    Declaration

    Swift

    public var front: [Front]?
  • Back ID capture metadata.

    Declaration

    Swift

    public var back: [Back]?
  • Selfie capture metadata.

    Declaration

    Swift

    public var selfie: [Selfie]?

Initialization

  • Designated initializer.

    Declaration

    Swift

    public init(front: [Front]? = nil, back: [Back]? = nil, selfie: [Selfie]? = nil)

    Parameters

    front

    Front ID capture metadata.

    back

    Back ID capture metadata.

    face

    Face capture metadata.