TokenDictStatusResponse
public struct TokenDictStatusResponse : Codable, Equatable
Object describing the current status of the wordlist.
-
Current wordlist status for the specified collection.
See moreDeclaration
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_dictionaryorstopwords.Declaration
Swift
public var type: String?
View on GitHub
TokenDictStatusResponse Structure Reference