-
Notifications
You must be signed in to change notification settings - Fork 50
Message Type Glossary
Most of the requests & responses have a messageType
field which tells the type of message that object is. This page lists all the message types used along with their brief description for reference. A link to the message type description on this page will be available in the whole API Docs wherever that particular message type is being used.
Ping Message
Describes that a message is of type ping. This could either be used in request or response. PingRequest
& PingResponse
have message type PING
.
More Like This Query
Describes that a message is of type MoreLikeThisQuery
. This message is used to query for more segments which are like the segment provided in the object.
Neighboring Segment Query
Describes that a message is of type NeighboringSegmentQuery
. This message is used to query for more segments which are neighbors of the segment provided in the object.
Temporal Query Message
Describes that a message is of type TemporalQuery
. This message is used to temporally chain queries of the type SimilarityQuery
.
Similarity Query Message
Describes that a message is of type SimilarityQuery
. This message is used to query for similar segments provided data.
Query Result End
Marks the ending of the query results. In WebSocket queries, when multiples messages forms an entire result then the QueryEnd
object with message type QR_END
marks the end of result messages.
Query Result Error
Describes error in similarity query results. In WebSocket similarity query, when an error occurs, QueryError
object with message type QR_ERROR
is received.
Query Result Metadata
Describes that a message is of type MetadataQueryResult
. It contains details about object's metadata.
Query Result Object
Describes that a message is of type ObjectQueryResult
. It contains details about the objects.
Query Result Segment
Describes that a message is of type SegmentQueryResult
. It contains details about the segments.
Query Result Similarity
Describes that a message is of type SimilarityQueryResult
. It contains details about the segments matched value.
Query Result Start
Marks the starting of the query results. In WebSocket queries, when multiples messages forms an entire result then the QueryStart
object with message type QR_START
marks the start of result messages.
Session Start
Describes that a message is of type StartSessionMessage
. It contains details about the credentials and used to start a session.
- Home
- Setup
- Environment Setup
- Getting Started
- Optional: Retrieval Setup Guide
- Research: Working with Existing Data
- Working with Multimedia Data
- Advanced
- API Documentation
- CLI