ホーム › Media.Speech › SpeechDataKeyLocation
SpeechDataKeyLocation
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| SDKLDefaultLocation | 0 | 0x0 |
| SDKLCurrentUser | 1 | 0x1 |
| SDKLLocalMachine | 2 | 0x2 |
| SDKLCurrentConfig | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SpeechDataKeyLocation : int {
SDKLDefaultLocation = 0,
SDKLCurrentUser = 1,
SDKLLocalMachine = 2,
SDKLCurrentConfig = 5
} SpeechDataKeyLocation;public enum SpeechDataKeyLocation : int
{
SDKLDefaultLocation = 0,
SDKLCurrentUser = 1,
SDKLLocalMachine = 2,
SDKLCurrentConfig = 5,
}Public Enum SpeechDataKeyLocation As Integer
SDKLDefaultLocation = 0
SDKLCurrentUser = 1
SDKLLocalMachine = 2
SDKLCurrentConfig = 5
End Enumimport enum
class SpeechDataKeyLocation(enum.IntEnum):
SDKLDefaultLocation = 0
SDKLCurrentUser = 1
SDKLLocalMachine = 2
SDKLCurrentConfig = 5// SpeechDataKeyLocation
pub const SDKLDefaultLocation: i32 = 0;
pub const SDKLCurrentUser: i32 = 1;
pub const SDKLLocalMachine: i32 = 2;
pub const SDKLCurrentConfig: i32 = 5;// SpeechDataKeyLocation
const (
SDKLDefaultLocation int32 = 0
SDKLCurrentUser int32 = 1
SDKLLocalMachine int32 = 2
SDKLCurrentConfig int32 = 5
)const
SDKLDefaultLocation = 0;
SDKLCurrentUser = 1;
SDKLLocalMachine = 2;
SDKLCurrentConfig = 5;// SpeechDataKeyLocation
pub const SDKLDefaultLocation: i32 = 0;
pub const SDKLCurrentUser: i32 = 1;
pub const SDKLLocalMachine: i32 = 2;
pub const SDKLCurrentConfig: i32 = 5;const
SDKLDefaultLocation* = 0
SDKLCurrentUser* = 1
SDKLLocalMachine* = 2
SDKLCurrentConfig* = 5enum SpeechDataKeyLocation : int {
SDKLDefaultLocation = 0,
SDKLCurrentUser = 1,
SDKLLocalMachine = 2,
SDKLCurrentConfig = 5,
}#define global SDKLDefaultLocation 0x0
#define global SDKLCurrentUser 0x1
#define global SDKLLocalMachine 0x2
#define global SDKLCurrentConfig 0x5