class redbrick.types.taxonomy.AttributeOption[source]

Attribute Option.

namestr

optionIdint

colorstr

archivedbool

class redbrick.types.taxonomy.Attribute[source]

Attribute.

namestr

attrTypeLiteral['BOOL''TEXT''SELECT''MULTISELECT']

attrIdint

optionsOptional[List[AttributeOption]]

For attrType SELECT and MULTISELECT this defines the list of selection options.

archivedbool

parentsOptional[List[str]]

Defining parents will add a nested structure to the taxonomy. Multiple attributes with parent [“Type A”] will be visually nested under a expansion panel Type A in the user interface.

Note

Only supported for Classifications, not for Object Attributes.

hintOptional[str]

A string containing raw text, or HTML. The hints will appear in the viewer.

defaultValueUnion[strboolintList[int], None]

For SELECT or MULTISELECT types, defaultValue will pre-populate the UI with the selection.

class redbrick.types.taxonomy.ObjectType[source]

Object’s are used to annotate features or objects in tasks.

categorystr

Category of the Taxonomy object is a string descriptor.

classIdint

A unique integer for this object. Segmentation files can be exported to contain classId as the values in the file.

labelTypeLiteral['BBOX''CUBOID''POINT''POLYLINE''POLYGON''ELLIPSE''SEGMENTATION''LENGTH''ANGLE']

They type of label for this object.

attributesOptional[List[Attribute]]

Attributes allow further classification of objects.

colorstr

archivedbool

parentsOptional[List[str]]

Defining parents will add a nested structure to the taxonomy. Multiple objects with parent [“Type A”] will be visually nested under a expansion panel Type A in the user interface.

hintOptional[str]

A string containing raw text, or HTML. The hints will appear in the viewer.

class redbrick.types.taxonomy.Taxonomy[source]

Taxonomy object.

orgIdstr

taxIdstr

namestr

studyClassifyList[Attribute]

seriesClassifyList[Attribute]

instanceClassifyList[Attribute]

objectTypesList[ObjectType]

createdAtstr

archivedbool

isNewbool

PreviousAnnotation type definitions

Copyright © 2023, RedBrick AI

Made with Sphinx and @pradyunsg’s Furo

On this page