Structures

The following structures are available globally.

  • Response from the classifier for a phrase.

    See more

    Declaration

    Swift

    public struct Classification : Codable, Equatable
  • Response from the classifier for multiple phrases.

    See more

    Declaration

    Swift

    public struct ClassificationCollection : Codable, Equatable
  • Class and confidence.

    See more

    Declaration

    Swift

    public struct ClassifiedClass : Codable, Equatable
  • A classifier for natural language phrases.

    See more

    Declaration

    Swift

    public struct Classifier : Codable, Equatable
  • List of available classifiers.

    See more

    Declaration

    Swift

    public struct ClassifierList : Codable, Equatable
  • Request payload to classify.

    See more

    Declaration

    Swift

    public struct ClassifyInput : Codable, Equatable
  • Response from the classifier for a phrase in a collection.

    See more

    Declaration

    Swift

    public struct CollectionItem : Codable, Equatable