ListObjectClassRecognizers

Lists the recognizers that exist in the training database for use with object class recognition.

Type: synchronous

Parameter Description Required
trainingoptions A Boolean value (default false) that specifies whether to return the training options set for each recognizer. No

Example

/action=ListObjectClassRecognizers

Response

The response includes a list of recognizers, with the following information:

<autnresponse>
  <action>LISTOBJECTCLASSRECOGNIZERS</action>
  <response>SUCCESS</response>
  <responsedata>
    <recognizer>
      <recognizer>RoadScene</recognizer>
      <state>TRAINED</state>
      <numclasses>3</numclasses>
      <trainingoptions>
        <trainingoption>
          <key>iterations</key>
          <value>2000</value>
        </trainingoption>
      </trainingoptions>
    </recognizer>
  </responsedata>
</autnresponse>

_FT_HTML5_bannerTitle.htm