SpeechConfig.OutputFormat Propriété

Définition

Obtient ou définit le format de sortie de la reconnaissance vocale : simple ou détaillé.

public Microsoft.CognitiveServices.Speech.OutputFormat OutputFormat { get; set; }
member this.OutputFormat : Microsoft.CognitiveServices.Speech.OutputFormat with get, set
Public Property OutputFormat As OutputFormat

Valeur de propriété

Remarques

Ce format de sortie est destiné aux résultats de la reconnaissance vocale. Utilisez SpeechSynthesisOutputFormat et SetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat) pour obtenir/définir le format de sortie audio synthétisé.

Voir aussi : Personnaliser le format audio

S’applique à