ExportOptions
@fovea/annotation-tool / models/types / ExportOptions
Interface: ExportOptions
Defined in: src/models/types.ts:690
ExportOptions
Description
Options for exporting annotations with bounding box sequences.
Properties
annotationTypes?
optional
annotationTypes: ("object"
|"type"
)[]
Defined in: src/models/types.ts:694
includeInterpolated?
optional
includeInterpolated:boolean
Defined in: src/models/types.ts:691
personaIds?
optional
personaIds:string
[]
Defined in: src/models/types.ts:692
videoIds?
optional
videoIds:string
[]
Defined in: src/models/types.ts:693