Updated comments
This commit is contained in:
parent
ae28948ca1
commit
481f4e960e
|
@ -18,12 +18,12 @@
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Any mediapipe task options should confirm to this protocol.
|
* Any MediaPipe task options should confirm to this protocol.
|
||||||
*/
|
*/
|
||||||
@protocol MPPTaskOptionsProtocol
|
@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;
|
- (void)copyToProto:(mediapipe::CalculatorOptions *)optionsProto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user