次の方法で共有


SpeechState 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum SpeechState
[<System.Flags>]
type SpeechState = 
継承
SpeechState
属性

フィールド

ListeningEnd 8
ListeningStart 4
SpeakingEnd 2
SpeakingStart 1

適用対象