namespace SpeechLib { public enum SpeechDataKeyLocation { SDKLDefaultLocation = 0, SDKLCurrentUser = 1, SDKLLocalMachine = 2, SDKLCurrentConfig = 5 } }