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 d31be71 commit cbb5ff9Copy full SHA for cbb5ff9
src/vws/reports.py
@@ -83,18 +83,21 @@ class TargetRecord:
83
@dataclass
84
class TargetData:
85
"""
86
- XXX
+ The target data optionally included with a query match.
87
88
89
name: str
90
- application_metadata: str
+ application_metadata: Optional[str]
91
target_timestamp: datetime.datetime
92
93
94
95
class QueryResult:
96
97
+ One query match result.
98
+
99
+ See
100
+ https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query.
101
102
103
target_id: str
0 commit comments