SelectObjectClassRecognizerSnapshot

Selects a snapshot to use and completes the training of the recognizer. All snapshots, other than the one you select, are deleted.

Snapshots are generated automatically during training, but only when you enable them. For more information about snapshots, see Training Requirements and the documentation for the action SetObjectClassRecognizerTrainingOption.

Type: synchronous

Parameter Description Required
recognizer The name of the recognizer. Yes
snapshotindex The index number of the snapshot to use. Yes

Example

/action=SelectObjectClassRecognizerSnapshot&recognizer=vehicles&snapshotindex=0

Response

<autnresponse>
    <action>SELECTOBJECTCLASSRECOGNIZERSNAPSHOT</action>
    <response>SUCCESS</response>
    <responsedata></responsedata>
</autnresponse>

See Also