Connection.FromSpeechSynthesizer(SpeechSynthesizer) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET