TextConfiguration
The TextConfiguration class is used to configure the texts of the labels that appear to the user during SDK execution.
This class presents the following instance configuration methods:
| method | arguments | description |
|---|---|---|
| setCustomText | on: Label, text: String | (optional) Text that will be used to replace the default text of the SDK introduction screen; Available labels: .onboardingTitle, .onboardingFirstLabel, .onboardingSecondLabel and .onboardingThirdLabel |
Enumerators
The possible values of the ZaigIosFaceRecognitionEnvironment enumerator can be:
ZaigIosFaceRecognitionEnvironment.Sandbox- Used for SDK use in QI Tech's sandbox environment.ZaigIosFaceRecognitionEnvironment.Production- Used for SDK use in QI Tech's production environment.