VisionCoreUtil
class VisionCoreUtil : NSObject
Undocumented
-
Gets the Vision SDK specific error information from the exception.
Declaration
Swift
class func getErrorFrom(_ exception: NSException) -> Error
Parameters
exception
the data buffer.
Return Value
an instance of NSError.
-
Undocumented
Declaration
Swift
func sendHttpRequest(_ requestDataHandle: NSValue, client: VisionCoreHTTPClient)