Search for similar objects by text
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for searching similar object embeddings by text.
Object search model to use for embeddings
CLIP_512, UNKNOWN End time in epoch milliseconds. Results returned will have occurred before this time.
Start time in epoch milliseconds. Results returned will have occurred after this time.
The search text to find similar objects to. Phrases like "red sedan", "person in yellow shirt", etc.
Optional number of results to return. Setting to larger numbers will increase latency.
Optional object type filter to narrow results to only vehicles or only humans.
MOTION_HUMAN, MOTION_CAR Optional list of device uuids to filter result set on.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Optional region filter to return results only if they overlap with the supplied region. This is a list of perymyriad points defining a polygon. The first and last elements must be the same to make a connected polygon. For example, a triangle should have 4 points defined in this list.
Permyriad point [x, y]
Permyriad point [x, y]
Optional threshold applied to filter returned results, set as a float in [0.0, 1.0].
OK
Response object for searching similar object embeddings.