SpeechRecognizerUIOptions Classe

Définition

Spécifie les paramètres d’interface utilisateur pour la méthode SpeechRecognizer.RecognizeWithUIAsync .

public ref class SpeechRecognizerUIOptions sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognizerUIOptions final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognizerUIOptions
Public NotInheritable Class SpeechRecognizerUIOptions
Héritage
Object Platform::Object IInspectable SpeechRecognizerUIOptions
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Une application récupère cet objet via la propriété SpeechRecognizer.UIOptions .

Propriétés

AudiblePrompt

Obtient ou définit le texte de titre qui s’affiche sur l’écran Écoute . La valeur par défaut est « À l’écoute... ».

ExampleText

Obtient ou définit l’exemple de texte affiché sur l’écran Écoute .

IsReadBackEnabled

Obtient ou définit si le texte reconnu est renvoyé à l’utilisateur sur l’écran Heard you say .

ShowConfirmation

Obtient ou définit si un écran Heard you say s’affiche à l’utilisateur une fois la reconnaissance vocale terminée.

S’applique à

Voir aussi