次の方法で共有


VoiceProfileCancellationDetails.FromResult(VoiceProfileResult) メソッド

定義

取り消された VoiceProfileResultVoiceProfileCancellationDetails インスタンスを作成します。

public static Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileCancellationDetails FromResult(Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult -> Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileCancellationDetails
Public Shared Function FromResult (result As VoiceProfileResult) As VoiceProfileCancellationDetails

パラメーター

result
VoiceProfileResult

取り消された結果。

戻り値

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

適用対象