Skip to content

Commit db2a622

Browse files
committed
add a warning about deprecated text attachment
1 parent 576e7a9 commit db2a622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/asset_attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AssetAttachment(DbObject):
99
""" Asset attachment provides extra context about an asset while labeling.
1010
1111
Attributes:
12-
attachment_type (str): IMAGE, VIDEO, TEXT, IMAGE_OVERLAY, HTML, RAW_TEXT, or TEXT_FILE
12+
attachment_type (str): IMAGE, VIDEO, IMAGE_OVERLAY, HTML, RAW_TEXT, or TEXT_FILE. TEXT attachment type is deprecated.
1313
attachment_value (str): URL to an external file or a string of text
1414
"""
1515

0 commit comments

Comments
 (0)