UnsyncObjectClasses

Removes all object class recognition training from memory (this has no effect on the training database). After the training is removed from memory, object class recognition cannot be performed.

You might want to do this if you have a large amount of training in your database but do not need to perform object class recognition and would prefer to reduce memory use.

TIP: Media Server automatically loads training from the database. To prevent this you must set the configuration parameter ScheduledSync. For more information about how Media Server synchronizes with the training database, see Synchronize with the Latest Training.

Type: synchronous

Example

/action=UnsyncObjectClasses

Response

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

See Also