Interface IImageAnnotation<T>

interface IImageAnnotation<T> {
    area: IAnnotationAreaTypeMap[T];
    color: string;
    label: string;
    type: "bounding box";
}

Type Parameters

Properties

Properties

color: string
label: string
type: "bounding box"

Generated using TypeDoc