Partager via


SpeechSynthesisCancellationDetails.FromResult(SpeechSynthesisResult) Méthode

Définition

Crée une instance de l’objet SpeechSynthesisCancellationDetails pour l’objet SpeechSynthesisResult annulé.

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

Paramètres

result
SpeechSynthesisResult

Résultat qui a été annulé.

Retours

Objet CancellationDetails en cours de création.

S’applique à