SpeechRecognizer.State Vlastnost

Definice

Získá stav SpeechRecognizer objektu.

public:
 property System::Speech::Recognition::RecognizerState State { System::Speech::Recognition::RecognizerState get(); };
public System.Speech.Recognition.RecognizerState State { get; }
member this.State : System.Speech.Recognition.RecognizerState
Public ReadOnly Property State As RecognizerState

Hodnota vlastnosti

Stav objektu SpeechRecognizer .

Poznámky

Tato vlastnost jen pro čtení označuje, zda sdílený rozpoznávatel rezident v Windows je ve stavu Stopped nebo Listening. Další informace naleznete v výčtu RecognizerState .

Platí pro

Viz také