Structures
The following structures are available globally.
-
A category within a classifier.
See moreDeclaration
Swift
public struct Class : Codable, Equatable
-
Result of a class within a classifier.
See moreDeclaration
Swift
public struct ClassResult : Codable, Equatable
-
Results for one image.
See moreDeclaration
Swift
public struct ClassifiedImage : Codable, Equatable
-
Results for all images.
See moreDeclaration
Swift
public struct ClassifiedImages : Codable, Equatable
-
Information about a classifier.
See moreDeclaration
Swift
public struct Classifier : Codable, Equatable
-
Classifier and score combination.
See moreDeclaration
Swift
public struct ClassifierResult : Codable, Equatable
-
A container for the list of classifiers.
See moreDeclaration
Swift
public struct Classifiers : Codable, Equatable
-
Information about what might have caused a failure, such as an image that is too large. Not returned when there is no error.
See moreDeclaration
Swift
public struct ErrorInfo : Codable, Equatable
-
Information about something that went wrong.
See moreDeclaration
Swift
public struct WarningInfo : Codable, Equatable