Updated comments
This commit is contained in:
parent
7ff7d7f5df
commit
2406c77636
|
@ -36,7 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
@interface MPPTaskRunner : NSObject
|
||||
|
||||
/**
|
||||
* Initializes a new `MPPTaskRunner` with the mediapipe task graph config proto and an optional C++
|
||||
* Initializes a new `MPPTaskRunner` with the MediaPipe calculator configuration proto and an optional C++
|
||||
* packets callback.
|
||||
*
|
||||
* You can pass `nullptr` for `packetsCallback` in case the mode of operation
|
||||
|
|
|
@ -23,9 +23,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
@interface MPPTextTaskRunner : MPPTaskRunner
|
||||
|
||||
/**
|
||||
* Initializes a new `MPPTextTaskRunner` with the mediapipe task graph config proto.
|
||||
* Initializes a new `MPPTextTaskRunner` with the MediaPipe task graph config proto.
|
||||
*
|
||||
* @param graphConfig A mediapipe task graph config proto.
|
||||
* @param graphConfig A MediaPipe task graph config proto.
|
||||
*
|
||||
* @return An instance of `MPPTextTaskRunner` initialized to the given graph config proto.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user