Segment
A location inside a file where a full-text search match occurred, allowing clients to deep-link the user to the match. Part of the segments extension.
Each segment is one of the registered segment types, discriminated by type. New segment types are added by revision of this specification; clients MUST skip segments with a type value they do not recognise rather than fail.
A location inside a file where a full-text search match occurred, allowing clients to deep-link the user to the match. Part of the segments extension.
Each segment is one of the registered segment types, discriminated by type. New segment types are added by revision of this specification; clients MUST skip segments with a type value they do not recognise rather than fail.
Possible values: [page, time-aligned-annotation]
- page
- time-aligned-annotation
A search match located on a page of a paginated document, such as a PDF.
The 1-based page number the match occurred on.
Possible values: >= 1
3Matched text fragments from this page, using the same marking convention as searchExtra.highlight.
A search match located in a time-aligned annotation, such as an ELAN annotation tier.
The identifier of the annotation tier the match occurred in (for ELAN, the TIER_ID).
A_phrase-segnum-enThe start of the matching annotation, in milliseconds from the beginning of the media.
Possible values: >= 0
83000The end of the matching annotation, in milliseconds from the beginning of the media.
Possible values: >= 0
87500Matched text fragments from this annotation, using the same marking convention as searchExtra.highlight.
{
"type": "page",
"page": 3,
"highlight": [
"string"
]
}