Structures
The following structures are available globally.
-
Response from the classifier for a phrase.
See moreDeclaration
Swift
public struct Classification : Codable, Equatable
-
Response from the classifier for multiple phrases.
See moreDeclaration
Swift
public struct ClassificationCollection : Codable, Equatable
-
Class and confidence.
See moreDeclaration
Swift
public struct ClassifiedClass : Codable, Equatable
-
A classifier for natural language phrases.
See moreDeclaration
Swift
public struct Classifier : Codable, Equatable
-
List of available classifiers.
See moreDeclaration
Swift
public struct ClassifierList : Codable, Equatable
-
Request payload to classify.
See moreDeclaration
Swift
public struct ClassifyInput : Codable, Equatable
-
Response from the classifier for a phrase in a collection.
See moreDeclaration
Swift
public struct CollectionItem : Codable, Equatable