1515 InactiveProject ,
1616 MatchProcessing ,
1717 MaxNumResultsOutOfRange ,
18- )
19- from vws .exceptions .custom_exceptions import (
20- ConnectionErrorPossiblyImageTooLarge ,
21- )
22- from vws .exceptions .vws_exceptions import (
2318 AuthenticationFailure ,
2419 BadImage ,
2520 RequestTimeTooSkewed ,
2621)
22+ from vws .exceptions .custom_exceptions import (
23+ ConnectionErrorPossiblyImageTooLarge ,
24+ )
2725from vws .include_target_data import CloudRecoIncludeTargetData
2826from vws .reports import QueryResult , TargetData
2927
@@ -74,8 +72,8 @@ def query(
7472 none (return no target_data), all (for all matched targets).
7573
7674 Raises:
77- ~vws.exceptions.vws_exceptions .AuthenticationFailure: The client
78- access key pair is not correct.
75+ ~vws.exceptions.cloud_reco_exceptions .AuthenticationFailure: The
76+ client access key pair is not correct.
7977 ~vws.exceptions.cloud_reco_exceptions.MaxNumResultsOutOfRange:
8078 ``max_num_results`` is not within the range (1, 50).
8179 ~vws.exceptions.cloud_reco_exceptions.MatchProcessing: The given
@@ -85,11 +83,11 @@ def query(
8583 is inactive.
8684 ~vws.exceptions.custom_exceptions.ConnectionErrorPossiblyImageTooLarge:
8785 The given image is too large.
88- ~vws.exceptions.vws_exceptions .RequestTimeTooSkewed: There is an
89- error with the time sent to Vuforia.
90- ~vws.exceptions.vws_exceptions .BadImage: There is a problem with
91- the given image. For example, it must be a JPEG or PNG file in
92- the grayscale or RGB color space.
86+ ~vws.exceptions.cloud_reco_exceptions .RequestTimeTooSkewed: There
87+ is an error with the time sent to Vuforia.
88+ ~vws.exceptions.cloud_reco_exceptions .BadImage: There is a problem
89+ with the given image. For example, it must be a JPEG or PNG
90+ file in the grayscale or RGB color space.
9391
9492 Returns:
9593 An ordered list of target details of matching targets.
0 commit comments