SpeechContinuousRecognitionResultGeneratedEventArgs Klasse

Definition

public ref class SpeechContinuousRecognitionResultGeneratedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpeechContinuousRecognitionResultGeneratedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpeechContinuousRecognitionResultGeneratedEventArgs
Public NotInheritable Class SpeechContinuousRecognitionResultGeneratedEventArgs
Vererbung
Object Platform::Object IInspectable SpeechContinuousRecognitionResultGeneratedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Dieses Objekt wird an einen SpeechContinuousRecognitionSession.ResultGenerated-Ereignishandler übergeben.

Eigenschaften

Result

Ruft das vollständige Erkennungsergebnis ab, das von der Spracherkennung am Ende einer kontinuierlichen Erkennungssitzung zurückgegeben wird, bei der SpeechRecognitionResultStatus auf Erfolg festgelegt ist.

Gilt für:

Weitere Informationen