customWords
An array of strings to supplement the recognized languages at the word-recognition stage.
Declaration
var customWords: [String] { get set }Mentioned in
Discussion
Custom words take precedence over the standard lexicon. The request ignores this value if usesLanguageCorrection is false.