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: docs/source/contributing.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,13 +143,13 @@ The database summary from ``GET /summary`` has multiple undocumented return fiel
143
143
144
144
The database summary from ``GET /summary`` is not immediately accurate.
145
145
146
-
The documentation page `How To Perform an Image Recognition Query`_ states that the ``Content-Type`` header must be set to ``multipart/form-data``.
146
+
The documentation page `Vuforia Query Web API`_ states that the ``Content-Type`` header must be set to ``multipart/form-data``.
147
147
However, it must be set to ``multipart/form-data; boundary=<BOUNDARY>`` where ``<BOUNDARY>`` is the boundary used when encoding the form data.
148
148
149
-
The documentation page `How To Perform an Image Recognition Query`_ states that ``Content-Type`` will be the only response header.
149
+
The documentation page `Vuforia Query Web API`_ states that ``Content-Type`` will be the only response header.
150
150
This is not the case.
151
151
152
-
The documentation page `How To Perform an Image Recognition Query`_ states that 10 is the maximum allowed value of ``max_num_results``.
152
+
The documentation page `Vuforia Query Web API`_ states that 10 is the maximum allowed value of ``max_num_results``.
153
153
However, the maximum allowed value is 50.
154
154
155
155
A response to an invalid query may have an ``application/json`` content type but include text (not JSON) data.
@@ -158,18 +158,18 @@ After deleting a target, for up to approximately 30 seconds, matching it with a
158
158
159
159
A target with the name ``\uffff`` gets stuck in processing.
160
160
161
-
The documentation page `How To Perform an Image Recognition Query`_ states that "The API accepts requests with unknown data fields, and ignore the unknown fields.".
161
+
The documentation page `Vuforia Query Web API`_ states that "The API accepts requests with unknown data fields, and ignore the unknown fields.".
162
162
This is not the case.
163
163
164
-
The documentation page `How To Perform an Image Recognition Query`_ states "Maximum image size: 2.1 MPixel. 512 KiB for JPEG, 2MiB for PNG".
164
+
The documentation page `Vuforia Query Web API`_ states "Maximum image size: 2.1 MPixel. 512 KiB for JPEG, 2MiB for PNG".
165
165
However, JPEG images up to 2MiB are accepted.
166
166
167
167
The ``request_count`` in a database summary is always ``0``.
168
168
169
169
The documentation for the target summary report says "Note: tracking_rating and ``reco_rating`` are provided only when status = success.".
170
170
However, ``reco_rating`` is never provided and ``tracking_rating`` is provided even when the status is "failed".
171
171
172
-
.. _How To Perform an Image Recognition Query: https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query
172
+
.. _Vuforia Query Web API: https://library.vuforia.com/web-api/vuforia-query-web-api
Copy file name to clipboardExpand all lines: docs/source/differences-to-vws.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Result codes
97
97
------------
98
98
99
99
Result codes are returned by requests to Vuforia to help with debugging.
100
-
See `How To Interpret VWS API Result Codes <https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Interperete-VWS-API-Result-Codes>`_ for details of the available result codes.
100
+
See `VWS API Result Codes <https://library.vuforia.com/web-api/cloud-targets-web-services-api#result-codes>`_ for details of the available result codes.
101
101
There are some result codes which the mock cannot return.
0 commit comments