struct LanguageConfiguration
The configuration of the language used to initialize the PredictiveService instance.
Initializers | |
---|---|
LanguageConfiguration(layout: LayoutType) |
Properties | |
---|---|
LayoutType | layout The type of keyboard layout to be considered for the PredictiveService methods. |
init(layout: LayoutType = .embedded(name: nil))
Initializes the LanguageConfiguration instance with the given layout.
Parameters | |
---|---|
layout: LayoutType | The configuration regarding the Keyboard’s layout. |
let layout: LayoutType
The type of keyboard layout to be considered for the PredictiveService methods.