The following XML shows a single record produced by clothing analysis.
<record> ... <trackname>Clothing.Result</trackname> <ClothingResult> <id>63f77e13-e916-4528-acfb-559e1db28574</id> <region> <left>116</left> <top>190</top> <width>248</width> <height>480</height> </region> </ClothingResult> </record>
The record contains the following information:
The id
element contains a unique identifier for the detected face. The face detection engine issues an ID for each detected appearance of a face, and the records output from the clothing analysis engine use the same IDs as the input records.
The region
element contains the location of the clothing covering the person's upper body. The values are in pixels. The left
and top
elements give the position of the top-left corner of a rectangle, and width
and height
provide its width and height.
|