SpeechConfig.OutputFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET