VoiceProfileEnrollmentCancellationDetails.FromResult メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
取り消された登録結果の詳細を表す オブジェクトを作成します。
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
音声プロファイル登録の結果オブジェクト。
戻り値
音声プロファイル登録の取り消しの詳細オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET