Expand description
Results of /v1/encode, /v1/score and /v1/extract.
Structs§
- Classification
- A label with a confidence.
- Detected
Object - A detected object with its bounding box.
- Encode
Result - One encoded item.
- Entity
- A span or region the model recognised.
- Extract
Item Error - A per-item extraction failure.
- Extract
Result - One extracted item. Which fields are populated depends on the model.
- Relation
- A directed relation between two entities.
- Score
Entry - One scored candidate.
- Score
Result - The result of scoring one query against a candidate set.
- Score
Usage - Units consumed by a score call.
- Sparse
Vector - A sparse embedding: term ids paired with their weights.
Enums§
- Multivector
- A token-level embedding matrix, in the precision the model produced.