Interface Label

Export

Label

Hierarchy

  • Label

Properties

attributes?: Attribute[]

The list of attributes. If you want to remove an attribute, you need to recreate the label and specify the remaining attributes.

Memberof

Label

color?: string

The hex value for the RGB color. Will be generated automatically, unless specified explicitly.

Memberof

Label

has_parent?: boolean

Memberof

Label

id?: number

Memberof

Label

name: string

Memberof

Label

parent_id?: null | number

Memberof

Label

project_id?: null | number

Memberof

Label

sublabels?: Sublabel[]

Memberof

Label

svg?: string

Memberof

Label

task_id?: null | number

Memberof

Label

type?: string

Associated annotation type for this label

Memberof

Label

Generated using TypeDoc