LanguageConfiguration

struct LanguageConfiguration

The configuration of the language used to initialize the PredictiveService instance.

Summary

Initializers
LanguageConfiguration(layout: LayoutType)
Properties
LayoutType layout
The type of keyboard layout to be considered for the PredictiveService methods.

Constructors

LanguageConfiguration

init(layout: LayoutType = .embedded(name: nil))

Initializes the LanguageConfiguration instance with the given layout.

Parameters
layout: LayoutType The configuration regarding the Keyboard’s layout.

Properties

layout

let layout: LayoutType

The type of keyboard layout to be considered for the PredictiveService methods.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on June 12, 2023