ClassifiedImages
public struct ClassifiedImages : Codable, Equatable
Results for all images.
-
Number of custom classes identified in the images.
Declaration
Swift
public var customClasses: Int?
-
Number of images processed for the API call.
Declaration
Swift
public var imagesProcessed: Int?
-
Classified images.
Declaration
Swift
public var images: [ClassifiedImage]
-
Information about what might cause less than optimal output. For example, a request sent with a corrupt .zip file and a list of image URLs will still complete, but does not return the expected output. Not returned when there is no warning.
Declaration
Swift
public var warnings: [WarningInfo]?