Words

public struct Words : Codable, Equatable

Information about the words from a custom language model.

  • An array of Word objects that provides information about each word in the custom model’s words resource. The array is empty if the custom model has no words.

    Declaration

    Swift

    public var words: [Word]