struct LibraryConfiguration
The object required to initiualize and configure any PredictiveService instance.
| Initializers | |
|---|---|
| LibraryConfiguration(license: LicenseConfiguration, language: LanguageConfiguration) |
| Properties | |
|---|---|
| LicenseConfiguration | license The credentials for the Fleksy SDK license. |
| LanguageConfiguration | language The language configuration to be used. |
init(license: LicenseConfiguration, language: LanguageConfiguration = .init())
| Parameters | |
|---|---|
| license: LicenseConfiguration | The credentials for the Fleksy SDK license. |
| language: LanguageConfiguration | The language configuration to be used. |
val license: LicenseConfiguration
The credentials for the Fleksy SDK license.
let language: LanguageConfiguration
The language configuration to be used.