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