tlc.core.builtins.constants.string_roles¶

Defines some common keywords which can be used to annotate string values in Schemas

Module Contents¶

Data¶

Data

Description

STRING_ROLE_BYTES

String which represents a binary value utf-8 encoded as a string

STRING_ROLE_DATETIME

String which represents a date and time

STRING_ROLE_FOLDER_URL

URL which refers to a folder on disk

STRING_ROLE_ICON

String which represents an icon

STRING_ROLE_IMAGE_URL

URL which refers to an image

STRING_ROLE_INPUT_URL

URL which refers to an input object

STRING_ROLE_INSTANCE_SEGMENTATION_RLE

String which represents a segmentation mask encoded as a run-length encoding

STRING_ROLE_INSTANCE_SEGMENTATION_URL

URL which refers to instance segmentations

STRING_ROLE_LOG_MESSAGE

String which represents a message in a Log table

STRING_ROLE_MULTILINE

String which can be displayed over multiple lines

STRING_ROLE_NONE

Default string role

STRING_ROLE_OBJECT_TYPE

String which represents the type of an object

STRING_ROLE_SEARCH

String which is used in a search field

STRING_ROLE_SEARCH_SET_FOCUS

String which sets focus to the search field

STRING_ROLE_SEARCH_URL

URL which is used in a search field

STRING_ROLE_SEGMENTATION_MASK_URL

URL which refers to a segmentation mask image

STRING_ROLE_TABLE_URL

URL which refers to a table

STRING_ROLE_TENSOR_URL

URL which refers to a tensor

STRING_ROLE_URL

String which represents a URL

STRING_ROLE_VERSION

String which represents a version number

API¶

STRING_ROLE_BYTES = Bytes¶

String which represents a binary value utf-8 encoded as a string

STRING_ROLE_DATETIME = Datetime¶

String which represents a date and time

STRING_ROLE_FOLDER_URL = URL/Folder¶

URL which refers to a folder on disk

STRING_ROLE_ICON = Icon¶

String which represents an icon

STRING_ROLE_IMAGE_URL = URL/Image¶

URL which refers to an image

STRING_ROLE_INPUT_URL = URL/Input¶

URL which refers to an input object

STRING_ROLE_INSTANCE_SEGMENTATION_RLE = Bytes/InstanceSegmentationRLE¶

String which represents a segmentation mask encoded as a run-length encoding

STRING_ROLE_INSTANCE_SEGMENTATION_URL = URL/InstanceSegmentation¶

URL which refers to instance segmentations

STRING_ROLE_LOG_MESSAGE = LogMessage¶

String which represents a message in a Log table

STRING_ROLE_MULTILINE = MultiLine¶

String which can be displayed over multiple lines

STRING_ROLE_NONE = <Multiline-String>¶

Default string role

STRING_ROLE_OBJECT_TYPE = ObjectType¶

String which represents the type of an object

String which is used in a search field

STRING_ROLE_SEARCH_SET_FOCUS = Search/SetFocus¶

String which sets focus to the search field

STRING_ROLE_SEARCH_URL = URL/Search¶

URL which is used in a search field

STRING_ROLE_SEGMENTATION_MASK_URL = URL/SegmentationMask¶

URL which refers to a segmentation mask image

STRING_ROLE_TABLE_URL = URL/Table¶

URL which refers to a table

STRING_ROLE_TENSOR_URL = URL/Tensor¶

URL which refers to a tensor

STRING_ROLE_URL = URL¶

String which represents a URL

STRING_ROLE_VERSION = Version¶

String which represents a version number