Interface IImage

interface IImage {
    annotations?: IImageAnnotation<"bounding box">[];
    size?: number;
    url: string;
}

Properties

annotations?: IImageAnnotation<"bounding box">[]
size?: number
url: string

Generated using TypeDoc