KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > SPINTERFERENCE


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum SPINTERFERENCE {
7     SPINTERFERENCE_NONE, // 0
8
SPINTERFERENCE_NOISE, // 1
9
SPINTERFERENCE_NOSIGNAL, // 2
10
SPINTERFERENCE_TOOLOUD, // 3
11
SPINTERFERENCE_TOOQUIET, // 4
12
SPINTERFERENCE_TOOFAST, // 5
13
SPINTERFERENCE_TOOSLOW, // 6
14
}
15
Popular Tags