类型定义
以下类型定义可在全局范围内使用。
-
@枚举 ObjectDetectorMode 对象检测器模式。
声明
Objective-C
typedef NSInteger MLKObjectDetectorMode
-
包含检测到的对象数组的块,如果出现错误,则返回
nil
。声明
Objective-C
typedef void (^MLKObjectDetectionCallback)(NSArray<MLKObject *> *_Nullable, NSError *_Nullable)
参数
objects
在图片中检测到的对象数组,如果出现错误,则返回
nil
。error
错误或
nil
。