Video Matching Results
The following XML shows a single record produced by video matching.
<record> <timestamp> ... </timestamp> <trackname>VideoMatch.Result</trackname> <VideoMatchResult> <id>d40d24d8-56c3-48af-a381-6a978ca6870d</id> <identity> <identifier>clip3</identifier> <database>movies</database> <confidence>91.56</confidence> <metadata> <item> <key>released</key> <value>2014</value> </item> .... </metadata> </identity> </VideoMatchResult> </record>
The record contains the following information:
id
- a unique identifier for the match.-
identity
- describes the clip that was recognized. This element contains the following information:identifier
- the identifier of the clip that was recognized.database
- the name of the database that contains the video clip.confidence
- the confidence score.metadata
- any custom metadata associated with the clip. (You can add custom metadata to video clips in your training database).