KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > SpeechRecoContextState


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum SpeechRecoContextState {
7     SRCS_Disabled, // 0
8
SRCS_Enabled, // 1
9
}
10
Popular Tags