We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bbe11 commit d40f6cbCopy full SHA for d40f6cb
src/groundlight/client.py
@@ -970,7 +970,8 @@ def wait_for_confident_result(
970
1. A result with confidence >= confidence_threshold is available
971
2. The timeout_sec is reached
972
3. An error occurs
973
- If the image query is from the edge, the result is returned immediately and not waited for.
+
974
+ If the image query was answered on the edge or is done_processing, the result is returned immediately.
975
976
**Example usage**::
977
0 commit comments