-
Notifications
You must be signed in to change notification settings - Fork 50
WS API Neighboring Segment Query
Silvan Heller edited this page Mar 19, 2021
·
1 revision
Make a lookup for the SegmentDescriptors
that are neighbors of the provided segment ID.
-
NeighboringSegmentQuery
message is to be sent.
{
"segmentId": "i_iG9qUCIPLRWr8zvY_1",
"count": 4,
"messageType": "Q_NESEG"
}
{
"queryId": "f3fed426-5712-4246-afa7-e3b82183640c",
"messageType": "QR_START"
}
{
"content" :[ ],
"queryId":"f3fed426-5712-4246-afa7-e3b82183640c",
"messageType":"QR_SEGMENT"
}
{
"queryId": "f3fed426-5712-4246-afa7-e3b82183640c",
"messageType": "QR_END"
}
- 3 messages will be recieved in the order -
QueryStart
,SegmentQueryResult
followed byQueryEnd
. - Neighboring Segment result will be in
SegmentQueryResult
message.
- Home
- Setup
- Environment Setup
- Getting Started
- Optional: Retrieval Setup Guide
- Research: Working with Existing Data
- Working with Multimedia Data
- Advanced
- API Documentation
- CLI