VideoIdResult

public struct VideoIdResult

Video Validation** Validation result.

  • File URL to the temporary recorded video file.

    Declaration

    Swift

    public var videoURL: URL
  • Captured Live Selfie.

    Declaration

    Swift

    public var selfie: Selfie
  • Whether or not the ID Face matched the Live Selfie.

    Declaration

    Swift

    public var idToSelfieMatch: Bool
  • Whether or not the ID Face matched the Live ID face.

    Declaration

    Swift

    public var idToIdPhotoMatch: Bool
  • Whether or not the Front IDs match.

    Declaration

    Swift

    public var idFrontDataMatch: Bool
  • Whether or not the Back IDs match.

    Declaration

    Swift

    public var idBackDataMatch: Bool