SpeechSynthesisCancellationDetails.FromStream(AudioDataStream) メソッド

定義

取り消された AudioDataStream の SpeechSynthesisCancellationDetails オブジェクトのインスタンスを作成します。

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

パラメーター

stream
AudioDataStream

取り消されたストリーム

戻り値

作成される CancellationDetails オブジェクト。

適用対象