Updated comments in MPPTaskOptions.h

This commit is contained in:
Prianka Liz Kariat 2023-01-06 16:23:22 +05:30
parent 27ce2ec00f
commit 61d16b284b

View File

@ -25,7 +25,7 @@ NS_SWIFT_NAME(TaskOptions)
@interface MPPTaskOptions : NSObject <NSCopying>
/**
* Base options for configuring the Mediapipe task.
* Base options for configuring the MediaPipe task.
*/
@property(nonatomic, copy) MPPBaseOptions *baseOptions;