RFSDetectFacesErrorCode
Objective-C
enum RFSDetectFacesErrorCode : NSInteger {}
Swift
typealias DetectFacesError.Code._ErrorType = DetectFacesError
Error codes for the RFSDetectFacesResponse errors.
-
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeImageEmptySwift
case imageEmpty = 0 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeFaceNotDetectedSwift
case faceNotDetected = 1 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeNoLicenseSwift
case noLicense = 2 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeNotInitializedSwift
case notInitialized = 3 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeCommandIsNotSupportedSwift
case commandIsNotSupported = 4 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeCommandParamsReadErrorSwift
case commandParamsReadError = 5 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeProcessingFailedSwift
case processingFailed = 6 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeRequestFailedSwift
case requestFailed = 7 -
Undocumented
Declaration
Objective-C
RFSDetectFacesErrorCodeAPIFailedSwift
case apiFailed = 8