Skip to main content

Detection Object

Reference for the Detection Object JSON element.

See also: Detection Object

Example

{
"detection_type": "class_name",
"class_name": "person",
"class_confidence": 99,
"bounds": {
"left": 939,
"top": 305,
"width": 341,
"height": 412
}
}

Fields

FieldTypeDescription
detection_typestringMatch type.
class_namestringDetected class.
class_confidencenumberConfidence score for the class match.
boundsBounding BoxBounding box for the object.
imagestringBase64 image or crop when provided.
object_descriptionsObject Description[]Prompt matches and confidence values.
faceobjectFace recognition match details.
similarityobjectSimilarity match details.