diff --git a/src/viam/services/vision/vision.py b/src/viam/services/vision/vision.py index e09d3eabb..dc0e52f6c 100644 --- a/src/viam/services/vision/vision.py +++ b/src/viam/services/vision/vision.py @@ -88,7 +88,7 @@ async def get_classifications( extra: Optional[Mapping[str, Any]] = None, timeout: Optional[float] = None, ) -> List[Classification]: - """Get a list of detections in the given image using the specified detector + """Get a list of classifications in the given image using the specified classifier Args: image (Image): The image to get detections from