TokenDictStatusResponse

public struct TokenDictStatusResponse : Codable, Equatable

Object describing the current status of the wordlist.

  • Current wordlist status for the specified collection.

    See more

    Declaration

    Swift

    public enum Status : String
  • Current wordlist status for the specified collection.

    Declaration

    Swift

    public var status: String?
  • The type for this wordlist. Can be tokenization_dictionary or stopwords.

    Declaration

    Swift

    public var type: String?