SelectObjectClassRecognizerSnapshot

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

For more information about snapshots, refer to the Media Server Administration Guide 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