SpeechConfig.OutputFormat Propiedad

Definición

Obtiene o establece el formato de salida del reconocimiento de voz: simple o detallado.

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

Valor de propiedad

Comentarios

Este formato de salida es para los resultados del reconocimiento de voz. Use SpeechSynthesisOutputFormat y para obtener o SetSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat) establecer el formato de salida de audio sintetizado.

Consulte también: Personalización del formato de audio

Se aplica a