Partilhar via


SpeechSynthesisCancellationDetails.FromResult(SpeechSynthesisResult) Método

Definição

Cria uma instância do objeto SpeechSynthesisCancellationDetails para o SpeechSynthesisResult cancelado.

public static Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails FromResult (Microsoft.CognitiveServices.Speech.SpeechSynthesisResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.SpeechSynthesisResult -> Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails
Public Shared Function FromResult (result As SpeechSynthesisResult) As SpeechSynthesisCancellationDetails

Parâmetros

result
SpeechSynthesisResult

O resultado que foi cancelado.

Retornos

O objeto CancellationDetails que está sendo criado.

Aplica-se a