Share via


SpeechSynthesisCancellationDetails.FromStream(AudioDataStream) Methode

Definition

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

public static Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails FromStream (Microsoft.CognitiveServices.Speech.AudioDataStream stream);
static member FromStream : Microsoft.CognitiveServices.Speech.AudioDataStream -> Microsoft.CognitiveServices.Speech.SpeechSynthesisCancellationDetails
Public Shared Function FromStream (stream As AudioDataStream) As SpeechSynthesisCancellationDetails

Parameter

stream
AudioDataStream

Der abgesagte Stream

Gibt zurück

Das zu erstellende CancellationDetails-Objekt.

Gilt für: