diff --git a/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerOptions.h b/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerOptions.h index b7901b2c3..4da78ecc1 100644 --- a/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerOptions.h +++ b/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerOptions.h @@ -79,7 +79,7 @@ NS_SWIFT_NAME(HandLandmarkerOptions) /** * An object that confirms to `MPPHandLandmarkerLiveStreamDelegate` protocol. This object must * implement `handLandmarker:didFinishDetectionWithResult:timestampInMilliseconds:error:` to - * receive the results of performing asynchronous gesture recognition on images (i.e, when + * receive the results of performing asynchronous hand landmark detection on images (i.e, when * `runningMode` = `MPPRunningModeLiveStream`). */ @property(nonatomic, weak, nullable) id