Skip to content

Commit cbb5ff9

Browse files
committed
Fill in more details in the new dataclasses
1 parent d31be71 commit cbb5ff9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/vws/reports.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,21 @@ class TargetRecord:
8383
@dataclass
8484
class TargetData:
8585
"""
86-
XXX
86+
The target data optionally included with a query match.
8787
"""
8888

8989
name: str
90-
application_metadata: str
90+
application_metadata: Optional[str]
9191
target_timestamp: datetime.datetime
9292

9393

9494
@dataclass
9595
class QueryResult:
9696
"""
97-
XXX
97+
One query match result.
98+
99+
See
100+
https://library.vuforia.com/articles/Solution/How-To-Perform-an-Image-Recognition-Query.
98101
"""
99102

100103
target_id: str

0 commit comments

Comments
 (0)