Skip to main content

DetectionResponse

@fovea/annotation-tool


@fovea/annotation-tool / api/client / DetectionResponse

Interface: DetectionResponse

Defined in: src/api/client.ts:135

Response from object detection endpoint.

Properties

frames

frames: FrameDetections[]

Defined in: src/api/client.ts:139


id

id: string

Defined in: src/api/client.ts:136


processing_time

processing_time: number

Defined in: src/api/client.ts:141


query

query: string

Defined in: src/api/client.ts:138


total_detections

total_detections: number

Defined in: src/api/client.ts:140


video_id

video_id: string

Defined in: src/api/client.ts:137