You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,15 @@ However, it must be set to ``multipart/form-data; boundary=<BOUNDARY>`` where ``
171
171
The documentation page `How To Perform an Image Recognition Query <https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ states that ``Content-Type`` with be the only response header.
172
172
This is not the case.
173
173
174
+
The documentation page `How To Perform an Image Recognition Query <https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query>`__ states that 10 is the maximum allowed value of ``max_num_results``.
175
+
However, the maximum allowed value is 50.
176
+
177
+
A response to an invalid query may have an ``application/json`` content type but include text (not JSON) data.
178
+
179
+
After deleting a target, for up to approximately 30 seconds, matching it with a query returns a 500 response.
180
+
181
+
A target with the name ``\uffff`` gets stuck in processing.
0 commit comments