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 576e7a9 commit db2a622Copy full SHA for db2a622
labelbox/schema/asset_attachment.py
@@ -9,7 +9,7 @@ class AssetAttachment(DbObject):
9
""" Asset attachment provides extra context about an asset while labeling.
10
11
Attributes:
12
- attachment_type (str): IMAGE, VIDEO, TEXT, IMAGE_OVERLAY, HTML, RAW_TEXT, or TEXT_FILE
+ attachment_type (str): IMAGE, VIDEO, IMAGE_OVERLAY, HTML, RAW_TEXT, or TEXT_FILE. TEXT attachment type is deprecated.
13
attachment_value (str): URL to an external file or a string of text
14
"""
15
0 commit comments