ホーム › Media.Speech › DISPID_SpeechGrammarRuleStateTransition
DISPID_SpeechGrammarRuleStateTransition
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| DISPID_SGRSTType | 1 | 0x1 |
| DISPID_SGRSTText | 2 | 0x2 |
| DISPID_SGRSTRule | 3 | 0x3 |
| DISPID_SGRSTWeight | 4 | 0x4 |
| DISPID_SGRSTPropertyName | 5 | 0x5 |
| DISPID_SGRSTPropertyId | 6 | 0x6 |
| DISPID_SGRSTPropertyValue | 7 | 0x7 |
| DISPID_SGRSTNextState | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DISPID_SpeechGrammarRuleStateTransition : int {
DISPID_SGRSTType = 1,
DISPID_SGRSTText = 2,
DISPID_SGRSTRule = 3,
DISPID_SGRSTWeight = 4,
DISPID_SGRSTPropertyName = 5,
DISPID_SGRSTPropertyId = 6,
DISPID_SGRSTPropertyValue = 7,
DISPID_SGRSTNextState = 8
} DISPID_SpeechGrammarRuleStateTransition;public enum DISPID_SpeechGrammarRuleStateTransition : int
{
DISPID_SGRSTType = 1,
DISPID_SGRSTText = 2,
DISPID_SGRSTRule = 3,
DISPID_SGRSTWeight = 4,
DISPID_SGRSTPropertyName = 5,
DISPID_SGRSTPropertyId = 6,
DISPID_SGRSTPropertyValue = 7,
DISPID_SGRSTNextState = 8,
}Public Enum DISPID_SpeechGrammarRuleStateTransition As Integer
DISPID_SGRSTType = 1
DISPID_SGRSTText = 2
DISPID_SGRSTRule = 3
DISPID_SGRSTWeight = 4
DISPID_SGRSTPropertyName = 5
DISPID_SGRSTPropertyId = 6
DISPID_SGRSTPropertyValue = 7
DISPID_SGRSTNextState = 8
End Enumimport enum
class DISPID_SpeechGrammarRuleStateTransition(enum.IntEnum):
DISPID_SGRSTType = 1
DISPID_SGRSTText = 2
DISPID_SGRSTRule = 3
DISPID_SGRSTWeight = 4
DISPID_SGRSTPropertyName = 5
DISPID_SGRSTPropertyId = 6
DISPID_SGRSTPropertyValue = 7
DISPID_SGRSTNextState = 8// DISPID_SpeechGrammarRuleStateTransition
pub const DISPID_SGRSTType: i32 = 1;
pub const DISPID_SGRSTText: i32 = 2;
pub const DISPID_SGRSTRule: i32 = 3;
pub const DISPID_SGRSTWeight: i32 = 4;
pub const DISPID_SGRSTPropertyName: i32 = 5;
pub const DISPID_SGRSTPropertyId: i32 = 6;
pub const DISPID_SGRSTPropertyValue: i32 = 7;
pub const DISPID_SGRSTNextState: i32 = 8;// DISPID_SpeechGrammarRuleStateTransition
const (
DISPID_SGRSTType int32 = 1
DISPID_SGRSTText int32 = 2
DISPID_SGRSTRule int32 = 3
DISPID_SGRSTWeight int32 = 4
DISPID_SGRSTPropertyName int32 = 5
DISPID_SGRSTPropertyId int32 = 6
DISPID_SGRSTPropertyValue int32 = 7
DISPID_SGRSTNextState int32 = 8
)const
DISPID_SGRSTType = 1;
DISPID_SGRSTText = 2;
DISPID_SGRSTRule = 3;
DISPID_SGRSTWeight = 4;
DISPID_SGRSTPropertyName = 5;
DISPID_SGRSTPropertyId = 6;
DISPID_SGRSTPropertyValue = 7;
DISPID_SGRSTNextState = 8;// DISPID_SpeechGrammarRuleStateTransition
pub const DISPID_SGRSTType: i32 = 1;
pub const DISPID_SGRSTText: i32 = 2;
pub const DISPID_SGRSTRule: i32 = 3;
pub const DISPID_SGRSTWeight: i32 = 4;
pub const DISPID_SGRSTPropertyName: i32 = 5;
pub const DISPID_SGRSTPropertyId: i32 = 6;
pub const DISPID_SGRSTPropertyValue: i32 = 7;
pub const DISPID_SGRSTNextState: i32 = 8;const
DISPID_SGRSTType* = 1
DISPID_SGRSTText* = 2
DISPID_SGRSTRule* = 3
DISPID_SGRSTWeight* = 4
DISPID_SGRSTPropertyName* = 5
DISPID_SGRSTPropertyId* = 6
DISPID_SGRSTPropertyValue* = 7
DISPID_SGRSTNextState* = 8enum DISPID_SpeechGrammarRuleStateTransition : int {
DISPID_SGRSTType = 1,
DISPID_SGRSTText = 2,
DISPID_SGRSTRule = 3,
DISPID_SGRSTWeight = 4,
DISPID_SGRSTPropertyName = 5,
DISPID_SGRSTPropertyId = 6,
DISPID_SGRSTPropertyValue = 7,
DISPID_SGRSTNextState = 8,
}#define global DISPID_SGRSTType 0x1
#define global DISPID_SGRSTText 0x2
#define global DISPID_SGRSTRule 0x3
#define global DISPID_SGRSTWeight 0x4
#define global DISPID_SGRSTPropertyName 0x5
#define global DISPID_SGRSTPropertyId 0x6
#define global DISPID_SGRSTPropertyValue 0x7
#define global DISPID_SGRSTNextState 0x8