SpeechSynthesisCancellationDetails.FromResult(SpeechSynthesisResult) メソッド

定義

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

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

パラメーター

result
SpeechSynthesisResult

取り消された結果。

戻り値

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

適用対象