Image
public struct Image : Codable
Image response object
-
Image error
Declaration
Swift
public let error: Error
-
Image status. 0 - processing image is failed, 1 - success image processed.
Declaration
Swift
public let status: Int
-
Source image file name (preserved only for “multipart-form-data” requests, otherwise “Raw Image”)
Declaration
Swift
public let filename: String
-
Detections lists.
Declaration
Swift
public let detections: FaceDetections
-
Error response object
See moreDeclaration
Swift
public struct Error : Codable
-
Detections lists.
See moreDeclaration
Swift
public struct FaceDetections : Codable