Updated comments

This commit is contained in:
Prianka Liz Kariat 2023-01-06 14:18:37 +05:30
parent 7ff7d7f5df
commit 2406c77636
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.
*/