Person Analysis
Person analysis reports information about a person - such as the person's gender, clothing style and color, hair style and color, and hat style and color.
Configuration Parameter | Description |
---|---|
ClassificationTypes | The list of classifications to perform. |
ColorSpace | The color space to use when providing analysis results. |
Input | The track to process. |
NumParallel | The maximum number of video frames to analyze simultaneously. |
SegmentDuration | The maximum duration of a record in the SegmentedResult or SegmentedResultWithSource track. |
Type | The analysis engine to use. Set this parameter to PersonAnalysis . |
Output Tracks
The following table describes the tracks that are generated by this engine. The Output column indicates whether the information contained in the track is included by default in the output created by an output task (when you don't set the Input
parameter for the output task).
Output track | Description | Output |
---|---|---|
Data
|
Contains a record, describing the person, for each input record. | No |
DataWithSource
|
The same as the |
No |
Result
|
Contains one record describing each person. | Yes |
ResultWithSource
|
The same as the |
No |
SegmentedResult
|
(Available only when processing video). The same as the |
Yes |
SegmentedResultWithSource
|
(Available only when processing video). The same as the |
No |
To see an example record, use the action GetExampleRecord.