pub type AnnotationsMap = HashMap<String, (BboxAnnotations, Shape)>;
Expand description

filename -> (annotations per file, file dimensions)

Aliased Type§

struct AnnotationsMap { /* private fields */ }