Skip to content

ResultSummaryItem Object

The ResultSummaryItem is part of the ResultSummary and representing the actual result similar as a list of tags of the video.

Attributes

Name Type Description
type string Type of the result item (See "Available types")
label string The name of the recognized concept like a name of a celebrity. Depends on the type field.
module string Module ID that this result refers to, e.g. "face_recognition"

Available types

Type Visual Mining Module returning the result Description
face Face Recognition Result is of type face. The label field contains a name of an recognized identity.
lower_third Lower Third Recognition Result is of type lower third. The label field contains a recognized name in a lower third (name inserts).
object Object & Scene Recognition Result is of type object & scene. The label field contains a recognized object or scene.
landmark Landmark Recognition Result is of type landmarks. The label field contains a recognized object or scene.

Example

{
    "type": "face",
    "label": "Angela Merkel",
    "module": "face_recognition"
}