Image
public struct Image : Codable, Equatable
Details about an image.
-
The source type of the image.
Declaration
Swift
public var source: ImageSource
-
Height and width of an image.
Declaration
Swift
public var dimensions: ImageDimensions
-
Container for the list of collections that have objects detected in an image.
Declaration
Swift
public var objects: DetectedObjects
-
A container for the problems in the request.
Declaration
Swift
public var errors: [Error]?