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 edc52dd commit 768bdbdCopy full SHA for 768bdbd
labelbox/schema/asset_attachment.py
@@ -33,6 +33,7 @@ def __missing__(cls, value: object):
33
RAW_TEXT = "RAW_TEXT"
34
TEXT_URL = "TEXT_URL"
35
PDF_URL = "PDF_URL"
36
+ CAMERA_IMAGE = "CAMERA_IMAGE" # Used by experimental point-cloud editor
37
38
for topic in AttachmentType:
39
vars()[topic.name] = topic.value
0 commit comments