Updated comments

This commit is contained in:
Prianka Liz Kariat 2022-12-22 00:49:44 +05:30
parent ae28948ca1
commit 481f4e960e

View File

@ -18,12 +18,12 @@
NS_ASSUME_NONNULL_BEGIN
/**
* Any mediapipe task options should confirm to this protocol.
* Any MediaPipe task options should confirm to this protocol.
*/
@protocol MPPTaskOptionsProtocol
/**
* Copies the iOS Mediapipe task options to an object of mediapipe::CalculatorOptions proto.
* Copies the iOS MediaPipe task options to an object of mediapipe::CalculatorOptions proto.
*/
- (void)copyToProto:(mediapipe::CalculatorOptions *)optionsProto;