SelectClassifierSnapshot

Selects a snapshot to use and completes the training of the classifier. 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 SetClassifierTrainingOption.

Type: synchronous

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

Example

/action=SelectClassifierSnapshot&classifier=vehicles&snapshotindex=0

Response

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

See Also