Skip to main content

DetectionRequest

@fovea/annotation-tool


@fovea/annotation-tool / components/dialogs/DetectionDialog / DetectionRequest

Interface: DetectionRequest

Defined in: src/components/dialogs/DetectionDialog.tsx:62

Properties

confidenceThreshold?

optional confidenceThreshold: number

Defined in: src/components/dialogs/DetectionDialog.tsx:68


enableTracking?

optional enableTracking: boolean

Defined in: src/components/dialogs/DetectionDialog.tsx:69


frameNumbers?

optional frameNumbers: number[]

Defined in: src/components/dialogs/DetectionDialog.tsx:67


manualQuery?

optional manualQuery: string

Defined in: src/components/dialogs/DetectionDialog.tsx:65


personaId?

optional personaId: string

Defined in: src/components/dialogs/DetectionDialog.tsx:64


queryOptions?

optional queryOptions: DetectionQueryOptions

Defined in: src/components/dialogs/DetectionDialog.tsx:66


trackingModel?

optional trackingModel: TrackingModel

Defined in: src/components/dialogs/DetectionDialog.tsx:70


trackSingleObject?

optional trackSingleObject: boolean

Defined in: src/components/dialogs/DetectionDialog.tsx:71


videoId

videoId: string

Defined in: src/components/dialogs/DetectionDialog.tsx:63