ListClassifiers

Lists the classifiers that you have created for use with image classification.

Type: synchronous

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

Example

/action=ListClassifiers&trainingoptions=TRUE

Response

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

<autnresponse>
  <action>LISTCLASSIFIERS</action>
  <response>SUCCESS</response>
  <responsedata>
    <classifier>
      <classifier>vehicles</classifier>
      <state>STALE</state>
      <numclasses>3</numclasses>
      <trainingoptions>
        <trainingoption>
          <key>iterations</key>
          <value>250</value>
        </trainingoption>
      </trainingoptions>
    </classifier>
  </responsedata>
</autnresponse>

_FT_HTML5_bannerTitle.htm