We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a125842 commit b5cd123Copy full SHA for b5cd123
src/vws/query.py
@@ -58,10 +58,10 @@ def query(
58
image: The image to make a query against.
59
max_num_results: The maximum number of matching targets to be
60
returned.
61
- include_target_data: "Indicates if target_data records shall be
+ include_target_data: Indicates if target_data records shall be
62
returned for the matched targets. Accepted values are top
63
(default value, only return target_data for top ranked match),
64
- none (return no target_data), all (for all matched targets)".
+ none (return no target_data), all (for all matched targets).
65
66
Raises:
67
~vws.exceptions.AuthenticationFailure: The client access key pair
0 commit comments