kconfig

Description:
  • KEYBOARD CONFIG: Hyper-parameters controlling the appearance and behavior of the UI Keyboard and Language Model.

Source:

KEYBOARD CONFIG: Hyper-parameters controlling the appearance and behavior of the UI Keyboard and Language Model.

Members

(static) alpha_target_layout :Array.<Array.<string>>

Description:
  • A 2D Array denoting where each character and option should appear on the keygrid for the text keyboard.

Source:

A 2D Array denoting where each character and option should appear on the keygrid for the text keyboard.

Type:
  • Array.<Array.<string>>

(static) back_prob :number

Description:
  • Prior probability for the Backspace and Clear options.

Source:

Prior probability for the Backspace and Clear options.

Type:
  • number

(static) emoji_key_chars :Array.<string>

Description:
  • A list of all characters and options available for selection on the emoji keyboard.

Source:

A list of all characters and options available for selection on the emoji keyboard.

Type:
  • Array.<string>

(static) emoji_main_chars :Array.<string>

Description:
  • A list of all characters on the emoji keyboard that output text.

Source:

A list of all characters on the emoji keyboard that output text.

Type:
  • Array.<string>

(static) emoji_target_layout :Array.<Array.<string>>

Description:
  • A 2D Array denoting where each character and option should appear on the emoji keygrid.

Source:

A 2D Array denoting where each character and option should appear on the emoji keygrid.

Type:
  • Array.<Array.<string>>

(static) key_chars :Array.<string>

Description:
  • A list of all characters and options available for selection on the text keyboard.

Source:

A list of all characters and options available for selection on the text keyboard.

Type:
  • Array.<string>

(static) main_chars :Array.<string>

Description:
  • A list of all characters that can draw word predictions from the language model

Source:

A list of all characters that can draw word predictions from the language model

Type:
  • Array.<string>

(static) n_pred :number

Description:
  • The maximum number of word predictions to display next to a single character.

Source:

The maximum number of word predictions to display next to a single character.

Type:
  • number

(static) num_words :number

Description:
  • The maximum number of word predictions to include on the display in total.

Source:

The maximum number of word predictions to include on the display in total.

Type:
  • number

(static) pause_length :number

Description:
  • The length of time to highlight the winning clock and screen after a selection.

Source:

The length of time to highlight the winning clock and screen after a selection.

Type:
  • number

(static) prob_thres :number

Description:
  • Probability threshold for inclusion of word in the display.

Source:

Probability threshold for inclusion of word in the display.

Type:
  • number

(static) rem_prob :number

Description:
  • remaining, non-special probability used to weight the priors from the language model.

Source:

remaining, non-special probability used to weight the priors from the language model.

Type:
  • number

(static) undo_prob :number

Description:
  • Prior probability for the Undo option.

Source:

Prior probability for the Undo option.

Type:
  • number