Documentation - v1.5.3
    Preparing search index...

    Type Alias REF_LabelJSONFormat

    Rich Entity Format (REF) Label JSON Format

    This format defines the structure for a label used in annotations.

    type REF_LabelJSONFormat = {
        color: string;
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    color: string

    The color associated with the label, used for visual representation.

    id: number

    The unique identifier for the label.

    name: string

    The name of the label.