次の方法で共有


VoiceProfileEnrollmentCancellationDetails.FromResult メソッド

定義

取り消された登録結果の詳細を表す オブジェクトを作成します。

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

パラメーター

result
VoiceProfileEnrollmentResult

音声プロファイル登録の結果オブジェクト。

戻り値

音声プロファイル登録の取り消しの詳細オブジェクト。

適用対象