Partilhar via


Connection.FromSpeechSynthesizer(SpeechSynthesizer) Método

Definição

Obtém a instância de Conexão do sintetizador de fala especificado, usado para observar e gerenciar a conexão e a desconexão do serviço de fala. Adicionado na versão 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

O sintetizador de fala associado à conexão.

Retornos

A instância de Conexão do sintetizador de fala.

Aplica-se a