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