WordError
public struct WordError : Codable, Equatable
An error associated with a word from a custom language model.
-
A key-value pair that describes an error associated with the definition of a word in the words resource. The pair has the format
"element": "message"
, whereelement
is the aspect of the definition that caused the problem andmessage
describes the problem. The following example describes a problem with one of the word’s sounds-like definitions:"{sounds_like_string}": "Numbers are not allowed in sounds-like. You can try for example '{suggested_string}'."
.Declaration
Swift
public var element: String