Skip to content

Commit c087708

Browse files
authored
[CCV-3976] Support for CAMERA_IMAGE attachments in SDK (#1453)
2 parents 38a53a8 + 805179c commit c087708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/schema/asset_attachment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __missing__(cls, value: object):
3333
RAW_TEXT = "RAW_TEXT"
3434
TEXT_URL = "TEXT_URL"
3535
PDF_URL = "PDF_URL"
36+
CAMERA_IMAGE = "CAMERA_IMAGE" # Used by experimental point-cloud editor
3637

3738
for topic in AttachmentType:
3839
vars()[topic.name] = topic.value

0 commit comments

Comments
 (0)