Constructor
new Marker(data)
Creates a Marker object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Marker | Object |
Members
_id :string
Unique ID for the marker
Type:
- string
cultureEvent :string
ID of the CultureEvent that the GeneralRecording belongs to, that this Marker is in (see GeneralRecording.markers)
Type:
- string
note :string
Note that pertains to the part of the audio/video in the GeneralRecording that begins at startTime
Type:
- string
searchWords :Array.<string>
Array of IDs of search words that pertain to the part of the audio/video in the GeneralRecording that begins at startTime
Type:
- Array.<string>
startTime :number
The time (in seconds with decimals) from the beginning of the GeneralRecording, where the marker is
Type:
- number
Methods
set(data) → {Marker}
Creates an updated Marker object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Marker | Object |
Returns:
- Type
- Marker