Skip to content

Commit 75018b3

Browse files
committed
Document learning about extra fields
1 parent b4eb3ef commit 75018b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ However, other `Vuforia Web Services documentation <https://library.vuforia.com/
168168
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 the ``Content-Type`` header must be set to ``multipart/form-data``.
169169
However, it must be set to ``multipart/form-data; boundary=<BOUNDARY>`` where ``<BOUNDARY>`` is the boundary used when encoding the form data.
170170

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.
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`` will be the only response header.
172172
This is not the case.
173173

174174
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``.
@@ -180,6 +180,9 @@ After deleting a target, for up to approximately 30 seconds, matching it with a
180180

181181
A target with the name ``\uffff`` gets stuck in processing.
182182

183+
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 "The API accepts requests with unknown data fields, and ignore the unknown fields.".
184+
This is not the case.
185+
183186
Performing a release
184187
--------------------
185188

0 commit comments

Comments
 (0)