SpeechState Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SpeechState
[<System.Flags>]
type SpeechState = 
Inheritance
SpeechState
Attributes

Fields

ListeningEnd 8
ListeningStart 4
SpeakingEnd 2
SpeakingStart 1

Applies to