Share via


SpeechSynthesisCancellationDetails.FromResult(SpeechSynthesisResult) Methode

Definition

Erstellt eine instance des SpeechSynthesisCancellationDetails-Objekts für das abgebrochene SpeechSynthesisResult-Objekt.

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

Parameter

result
SpeechSynthesisResult

Das Ergebnis, das abgebrochen wurde.

Gibt zurück

Das CancellationDetails-Objekt, das erstellt wird.

Gilt für: