NvDsInferClassificationOutputΒΆ

struct NvDsInferClassificationOutput

Holds information on all attributes classifed by a classifier network for one frame.

Public Members

NvDsInferAttribute *attributes

Holds a pointer to an array of attributes.

There may be more than one attribute, depending on the number of output coverage layers (multi-label classifiers).

unsigned int numAttributes

Holds the size of the attributes array.

char *label

Holds a pointer to a string containing a label for the classified output.