TimeAlignedAnnotationSegment
A search match located in a time-aligned annotation, such as an ELAN annotation tier.
typestringrequired
The segment type discriminator.
Possible values: [time-aligned-annotation]
tierstringrequired
The identifier of the annotation tier the match occurred in (for ELAN, the TIER_ID).
Example:
A_phrase-segnum-enstartMsintegerrequired
The start of the matching annotation, in milliseconds from the beginning of the media.
Possible values: >= 0
Example:
83000endMsintegerrequired
The end of the matching annotation, in milliseconds from the beginning of the media.
Possible values: >= 0
Example:
87500highlightstring[]required
Matched text fragments from this annotation, using the same marking convention as searchExtra.highlight.
TimeAlignedAnnotationSegment
{
"type": "time-aligned-annotation",
"tier": "A_phrase-segnum-en",
"startMs": 83000,
"endMs": 87500,
"highlight": [
"string"
]
}