Uses of Class
edu.washington.cs.sounddetector.server.api.object.SoundClass

Packages that use SoundClass
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.method   
edu.washington.cs.sounddetector.server.api.methodresult   
edu.washington.cs.sounddetector.server.api.object   
 

Uses of SoundClass in edu.washington.cs.sounddetector.server.api
 

Methods in edu.washington.cs.sounddetector.server.api that return types with arguments of type SoundClass
 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, edu.washington.cs.sounddetector.server.api.object.SoundFormat)) for the given detector.
 

Method parameters in edu.washington.cs.sounddetector.server.api with type arguments of type SoundClass
 void SoundDetectorAPI.setSoundClassProperties(String detectorId, List<SoundClass> soundClasses)
          Set properties on sound classes.
 

Uses of SoundClass in edu.washington.cs.sounddetector.server.api.method
 

Methods in edu.washington.cs.sounddetector.server.api.method that return types with arguments of type SoundClass
 List<SoundClass> SetSoundClassProperties.getSoundClasses()
           
 

Method parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type SoundClass
 void SetSoundClassProperties.setSoundClasses(List<SoundClass> soundClasses)
           
 

Constructor parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type SoundClass
SetSoundClassProperties(String detectorId, List<SoundClass> soundClasses)
           
 

Uses of SoundClass in edu.washington.cs.sounddetector.server.api.methodresult
 

Methods in edu.washington.cs.sounddetector.server.api.methodresult that return types with arguments of type SoundClass
 Map<SoundClass,List<Long>> GetSoundsResult.getSounds()
           
 

Method parameters in edu.washington.cs.sounddetector.server.api.methodresult with type arguments of type SoundClass
static GetSoundsResult GetSoundsResult.success(Map<SoundClass,List<Long>> sounds)
           
 

Uses of SoundClass in edu.washington.cs.sounddetector.server.api.object
 

Methods in edu.washington.cs.sounddetector.server.api.object that return SoundClass
 SoundClass Notification.getSoundClass()
           
 

Methods in edu.washington.cs.sounddetector.server.api.object with parameters of type SoundClass
 void Notification.setSoundClass(SoundClass soundClass)
           
 

Constructors in edu.washington.cs.sounddetector.server.api.object with parameters of type SoundClass
Notification(SoundClass soundClass, String detectorId, List<PeakEvent> peakEvents)
          Construct a new Notification.
 



Copyright © 2012. All Rights Reserved.