Structures

The following structures are available globally.

  • A category within a classifier.

    See more

    Declaration

    Swift

    public struct Class : Codable, Equatable
  • Result of a class within a classifier.

    See more

    Declaration

    Swift

    public struct ClassResult : Codable, Equatable
  • Results for one image.

    See more

    Declaration

    Swift

    public struct ClassifiedImage : Codable, Equatable
  • Results for all images.

    See more

    Declaration

    Swift

    public struct ClassifiedImages : Codable, Equatable
  • Information about a classifier.

    See more

    Declaration

    Swift

    public struct Classifier : Codable, Equatable
  • Classifier and score combination.

    See more

    Declaration

    Swift

    public struct ClassifierResult : Codable, Equatable
  • A container for the list of classifiers.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public struct ErrorInfo : Codable, Equatable
  • Information about something that went wrong.

    See more

    Declaration

    Swift

    public struct WarningInfo : Codable, Equatable