Compartir a través de


Connection.FromSpeechSynthesizer(SpeechSynthesizer) Método

Definición

Obtiene la instancia connection del sintetizador de voz especificado, que se usa para observar y administrar la conexión y la desconexión del servicio de voz. Agregado en la versión 1.17.0

public static Microsoft.CognitiveServices.Speech.Connection FromSpeechSynthesizer (Microsoft.CognitiveServices.Speech.SpeechSynthesizer speechSynthesizer);
static member FromSpeechSynthesizer : Microsoft.CognitiveServices.Speech.SpeechSynthesizer -> Microsoft.CognitiveServices.Speech.Connection
Public Shared Function FromSpeechSynthesizer (speechSynthesizer As SpeechSynthesizer) As Connection

Parámetros

speechSynthesizer
SpeechSynthesizer

Sintetizador de voz asociado a la conexión.

Devoluciones

Instancia de conexión del sintetizador de voz.

Se aplica a