9 lines
162 B
C#
9 lines
162 B
C#
namespace SpeechLib {
|
|
public enum SpeechDataKeyLocation {
|
|
SDKLDefaultLocation = 0,
|
|
SDKLCurrentUser = 1,
|
|
SDKLLocalMachine = 2,
|
|
SDKLCurrentConfig = 5
|
|
}
|
|
}
|