|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DetectorDoesNotExistException | |
---|---|
edu.washington.cs.sounddetector.server.api |
Uses of DetectorDoesNotExistException in edu.washington.cs.sounddetector.server.api |
---|
Methods in edu.washington.cs.sounddetector.server.api that throw DetectorDoesNotExistException | |
---|---|
Map<SoundClass,List<Long>> |
SoundDetectorAPI.getSounds(String detectorId)
Retrieves all sounds saved to the server (from previous calls to SoundDetectorAPI.train(java.lang.String, java.util.List ) for the
given detector. |
void |
SoundDetectorAPI.renameDetector(String oldDetectorId,
String newDetectorId)
Rename a detector. |
void |
SoundDetectorAPI.setSoundClassProperties(String detectorId,
List<SoundClass> soundClasses)
Set properties on sound classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |