diff --git a/mediapipe/tasks/python/vision/gesture_recognizer.py b/mediapipe/tasks/python/vision/gesture_recognizer.py index 142eb1dc6..e8d9ef342 100644 --- a/mediapipe/tasks/python/vision/gesture_recognizer.py +++ b/mediapipe/tasks/python/vision/gesture_recognizer.py @@ -444,7 +444,7 @@ class GestureRecognizer(base_vision_task_api.BaseVisionTaskApi): The `result_callback` provides: - The hand gesture recognition results. - - The input image that the image classifier runs on. + - The input image that the gesture recognizer runs on. - The input timestamp in milliseconds. Args: