ResultSummary Object
The ResultSummary is part of the Job Resource.
Attributes
Top level attributes
Name | Type | Description |
---|---|---|
source | string | Source that this ResultSumary object is referring to |
media_type | string | Type of media of the source (image or video ) |
info | MediaSourceInfo object | Information about the source like frame rate and resolution |
items | List of ResultSummaryItem objects | Actual result as a summary (like tags) |
Example
{
"source": "storage://Fad9kJ0jSI3swC6N5hVp",
"media_type": "video",
"info": {
"fps": 25,
"resolution": [
960,
540
],
"total_frames": 3636,
"duration": 145.44
},
"items": [
{
"type": "lower_third",
"label": "Julian Schuster",
"module": "lower_third_recognition"
},
{
"type": "lower_third",
"label": "Fritz Keller",
"module": "lower_third_recognition"
},
{
"type": "face",
"label": "Vincenzo Grifo",
"module": "face_recognition"
},
{
"type": "face",
"label": "Nicolas Höfler",
"module": "face_recognition"
},
{
"type": "face",
"label": "Julian Schuster",
"module": "face_recognition"
},
{
"type": "face",
"label": "Alexander Schwolow",
"module": "face_recognition"
},
{
"type": "face",
"label": "Christian Streich",
"module": "face_recognition"
},
{
"type": "object",
"label": "Person",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Indoor",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Outdoor",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Face",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Field",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Clothing",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Accessories",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Mammal",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Animal",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Cattle",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Cow",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Overcoat",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Coat",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Suit",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Tie",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Glasses",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Crowd",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Sunglasses",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Grassland",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "People",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Team Sport",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Sport",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Football",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Team",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Hat",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Dog",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Pet",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Canine",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Nature",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Pasture",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Meadow",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Rural",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Countryside",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Farm",
"module": "object_scene_recognition"
},
{
"type": "object",
"label": "Soccer",
"module": "object_scene_recognition"
}
]
}