Condividi tramite


SpeechRecognizerStateChangedEventArgs Classe

Definizione

Fornisce dati per l'evento SpeechRecognizer.StateChangedEvent .

public ref class SpeechRecognizerStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognizerStateChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognizerStateChangedEventArgs
Public NotInheritable Class SpeechRecognizerStateChangedEventArgs
Ereditarietà
Object Platform::Object IInspectable SpeechRecognizerStateChangedEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Gestire l'evento SpeechRecognizer.StateChanged per ottenere un'istanza di questa classe.

Proprietà

State

Ottiene lo stato di acquisizione audio.

Si applica a

Vedi anche