From 881c6e2eeff48c119968ace4bdace9eb170de4fb Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 26 May 2023 21:00:59 +0530 Subject: [PATCH] Fixed typo in MPPHandLandmarkerResult --- .../hand_landmarker/sources/MPPHandLandmarkerResult.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerResult.h b/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerResult.h index 5291e5294..238aa406a 100644 --- a/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerResult.h +++ b/mediapipe/tasks/ios/vision/hand_landmarker/sources/MPPHandLandmarkerResult.h @@ -34,16 +34,16 @@ NS_SWIFT_NAME(HandLandmarkerResult) @property(nonatomic, readonly) NSArray *> *handedness; /** - * Initializes a new `MPPGestureRecognizerResult` with the given landmarks, world landmarks, - * handedness, gestures and timestamp (in milliseconds). + * Initializes a new `MPPHandLandmarkerResult` with the given landmarks, world landmarks, + * handedness and timestamp (in milliseconds). * * @param landmarks The hand landmarks of detected hands. * @param worldLandmarks The hand landmarks in world coordniates of detected hands. * @param handedness The handedness of detected hands. * @param timestampInMilliseconds The timestamp for this result. * - * @return An instance of `MPPGestureRecognizerResult` initialized with the given landmarks, world - * landmarks, handedness and gestures. + * @return An instance of `MPPGHandLandmarkerResult` initialized with the given landmarks, world + * landmarks, handedness and timestamp (in milliseconds). * */ - (instancetype)initWithLandmarks:(NSArray *> *)landmarks