NSAnnotations
TypeSource
NSAnnotations(
data: [NSAnnoItem],
)
NSAnnotations
is a TypedDict
.
The type of a not sanitized annotation collection.
Aliases
This type can be acquired by
import dash_picture_annotation as dpa
dpa.NSAnnotations
dpa.typehints.NSAnnotations
Keywords
Keyword | Type | Required | |
---|---|---|---|
data | [NSAnnoItem] | A sequence of not sanitized data items. These items will be sanitized can put into a sanitized data item list. |