The label details of the container.

Label

interface Label {
    labelSpecification?: LabelSpecification;
    labelStream?: string;
}

Properties

labelSpecification?: LabelSpecification

Label

labelStream?: string

Contains binary image data encoded as a base-64 string.

Label