Added TODO

This commit is contained in:
Prianka Liz Kariat 2023-03-02 20:01:48 +05:30
parent 33a34de03b
commit 09fa23088a

View File

@ -31,6 +31,7 @@ NS_SWIFT_NAME(ImageClassifierOptions)
/**
* The user-defined result callback for processing live stream data. The result callback should only
* be specified when the running mode is set to the live stream mode.
* TODO: Add parameter `MPPImage` in the callback.
*/
@property(nonatomic, copy) void (^completion)(MPPImageClassifierResult *result, NSError *error);