Strings
struct Strings
Selfie capture strings.
-
Instruction screen text.
Declaration
Swift
public var instructionScreenText: String
-
Instruction button text.
Declaration
Swift
public var instructionScreenButtonText: String
-
Capture selfie
user prompt.Declaration
Swift
public var captureSelfie: String
-
Optional close button text. Default is
nil
.Declaration
Swift
public var closeButtonText: String?
-
Multiple faces detected
user prompt.Declaration
Swift
public var multipleFacesDetected: String
-
Move closer
user prompt.Declaration
Swift
public var moveCloser: String
-
Move back
user prompt.Declaration
Swift
public var moveAway: String
-
Fit your face inside the oval
user prompt.Declaration
Swift
public var alignOval: String
-
Not in focus
user prompt.Declaration
Swift
public var notInFocus: String
-
Hold still
user prompt.Declaration
Swift
public var capturingFace: String
-
Real face detected
user prompt.Declaration
Swift
public var realFace: String
-
Left eye is closed
user prompt.Declaration
Swift
public var leftEyeClosed: String
-
Right eye is closed
user prompt.Declaration
Swift
public var rightEyeClosed: String
-
Remove face mask
user prompt.Declaration
Swift
public var faceMaskDetected: String
-
Too much light
user prompt.Declaration
Swift
public var tooMuchLight: String
-
Straighten head
user prompt.Declaration
Swift
public var straightenHead: String
-
Tilt head down
user prompt.Declaration
Swift
public var moveFaceDown: String
-
Tilt face up
user prompt.Declaration
Swift
public var moveFaceUp: String
-
Remove sunglasses
user prompt.Declaration
Swift
public var sunglassesDetected: String
-
Remove hat
user prompt.Declaration
Swift
public var removeHat: String
-
Live face not detected
user prompt.Declaration
Swift
public var fakeFace: 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
-
Resets all of the strings to
""
.Declaration
Swift
public mutating func reset()