SpeechRecognizer.State Propriedade
Definição
Obtém o estado de um objeto SpeechRecognizer.Gets the state of a SpeechRecognizer object.
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
Valor da propriedade
O estado do objeto SpeechRecognizer.The state of the SpeechRecognizer object.
Comentários
Essa propriedade somente leitura indica se o reconhecedor compartilhado residente no Windows está no Stopped Listening estado ou.This read-only property indicates whether the shared recognizer resident in Windows is in the Stopped or the Listening state. Para obter mais informações, consulte a enumeração RecognizerState.For more information, see the RecognizerState enumeration.