Lists the recognizers that exist in the training database for use with object class recognition.
Type: synchronous
/action=ListObjectClassRecognizers
The response includes a list of recognizers, and the number of classes that exist in each one. The state element describes the state of the recognizer.
<autnresponse>
<action>LISTOBJECTCLASSRECOGNIZERS</action>
<response>SUCCESS</response>
<responsedata>
<recognizer>
<recognizer>RoadScene</recognizer>
<state>TRAINED</state>
<numclasses>3</numclasses>
</recognizer>
</responsedata>
</autnresponse>
|
|