supervision-js
Preparing search index...
Detections
WritableDetectionFrameSourceOptions
Interface WritableDetectionFrameSourceOptions
interface
WritableDetectionFrameSourceOptions
{
store
:
ColdDetectionFrameStore
;
datasetId
:
string
;
chunkDurationSeconds
?:
number
;
retention
?:
DetectionFrameRetentionOptions
;
live
?:
DetectionFrameLiveOptions
;
}
Index
Properties
store
dataset
Id
chunk
Duration
Seconds?
retention?
live?
Properties
Readonly
store
store
:
ColdDetectionFrameStore
Readonly
dataset
Id
datasetId
:
string
Optional
Readonly
chunk
Duration
Seconds
chunkDurationSeconds
?:
number
Optional
Readonly
retention
retention
?:
DetectionFrameRetentionOptions
Optional
Readonly
live
live
?:
DetectionFrameLiveOptions
Live latest-frame semantics used by
appendLiveFrame
.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
store
dataset
Id
chunk
Duration
Seconds
retention
live
supervision-js
Loading...
Live latest-frame semantics used by
appendLiveFrame.