VoiceProfileClient.EnrollProfileAsync(VoiceProfile, AudioConfig) メソッド

定義

音声プロファイルを非同期に登録します。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult> EnrollProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile, Microsoft.CognitiveServices.Speech.Audio.AudioConfig audioConfig);
member this.EnrollProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile * Microsoft.CognitiveServices.Speech.Audio.AudioConfig -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult>
Public Function EnrollProfileAsync (voiceProfile As VoiceProfile, audioConfig As AudioConfig) As Task(Of VoiceProfileEnrollmentResult)

パラメーター

voiceProfile
VoiceProfile

音声プロファイル。

audioConfig
AudioConfig

オーディオ構成。

戻り値

音声プロファイルの登録の結果を表す非同期操作。

注釈

Speaker Recognition の概要」も参照してください。

適用対象