Classifier

public struct Classifier : Codable, Equatable

A classifier for natural language phrases.

  • The state of the classifier.

    See more

    Declaration

    Swift

    public enum Status : String
  • User-supplied name for the classifier.

    Declaration

    Swift

    public var name: String?
  • url

    Link to the classifier.

    Declaration

    Swift

    public var url: String
  • The state of the classifier.

    Declaration

    Swift

    public var status: String?
  • Unique identifier for this classifier.

    Declaration

    Swift

    public var classifierID: String
  • Date and time (UTC) the classifier was created.

    Declaration

    Swift

    public var created: Date?
  • Additional detail about the status.

    Declaration

    Swift

    public var statusDescription: String?
  • The language used for the classifier.

    Declaration

    Swift

    public var language: String?