NSAnnotations
类型源码
NSAnnotations(
data: [NSAnnoItem],
)
NSAnnotations
是TypedDict
。
其用来标记未清理的全体标记数据。
别名
该类型可以按以下方式之一获取
import dash_picture_annotation as dpa
dpa.NSAnnotations
dpa.typehints.NSAnnotations
关键字
关键字 | 类型 | 必选 | |
---|---|---|---|
data | [NSAnnoItem] | 由未清理的数据项构成的序列。这些值可以在清理后置于一个标准化的数据项列表。 |