Updated docstring in gesture_recognizer

This commit is contained in:
kinaryml 2022-10-30 09:10:15 -07:00
parent 6f485ae3dd
commit 4b66599419

View File

@ -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: