Hugging Face · Example Payload

Hugging Face Inference Object Detection Result Example

Hugging Face Inference Object Detection Result Example is an example object payload from Hugging Face, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

labelscorebox

Example Payload

Raw ↑
{
  "label": "Example Title",
  "score": 42.5,
  "box": "example_value"
}