Strings
struct Strings
ID capture strings.
-
ID Instruction screen text.
Declaration
Swift
public var instructionScreenText: String -
ID Instruction button text.
Declaration
Swift
public var instructionScreenButtonText: String
-
Optional close button text. Default is
nil.Declaration
Swift
public var closeButtonText: String? -
Move closeruser prompt.Declaration
Swift
public var moveCloser: String -
Move backuser prompt.Declaration
Swift
public var moveAway: String -
Fit document inside the rectangleuser prompt.Declaration
Swift
public var alignRectangle: String -
Move Away From Direct Lightuser prompt.Declaration
Swift
public var glareDetected: String -
Remove Fingeruser prompt.Declaration
Swift
public var removeFinger: String -
Not in focususer prompt.Declaration
Swift
public var notInFocus: String -
Scan the front of IDuser prompt.Declaration
Swift
public var useFront: String -
Make sure the photo and all text on the ID are completely visibleuser prompt.Declaration
Swift
public var makeSurePhotoTextVisible: String -
Scan the barcodeuser prompt.Declaration
Swift
public var scanBarcode: String -
Make sure the barcode\non the ID is completely visibleuser prompt.Declaration
Swift
public var makeSureBarcodeVisible: String -
ID front and back do not match. Please try again.user prompt.Declaration
Swift
public var frontBackMismatch: String -
Scan the back of IDuser prompt.Declaration
Swift
public var flipToBack: String -
Too much glare. Move document away from direct light.user prompt.Declaration
Swift
public var tooMuchGlare: String -
Scan the front of IDuser prompt.Declaration
Swift
public var captureFront: String -
Scan the back of IDuser prompt.Declaration
Swift
public var captureBack: String -
Place the barcode or machine-readable zone of your ID in the rectangle.user prompt.Declaration
Swift
public var autofillPrompt: String -
Document detected, hold still..user prompt.Declaration
Swift
public var documentDetectedHoldStill: String
-
Retry screen text.
Declaration
Swift
public var retryScreenText: String -
Retry button text.
Declaration
Swift
public var retryButtonText: String -
Cancel button text.
Declaration
Swift
public var cancelButtonText: String
-
Passport NFC reader prompt.
Declaration
Swift
public var passportNFCPrompt: String -
Face does not matchuser prompt.Declaration
Swift
public var faceDoesNotMatch: String -
Resets all of the strings to
"".Declaration
Swift
public mutating func reset()