VoiceProfileClient.CreateProfileAsync(VoiceProfileType, String) メソッド

定義

音声プロファイルを非同期操作として作成します。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile> CreateProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType voiceProfileType, string locale);
member this.CreateProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>
Public Function CreateProfileAsync (voiceProfileType As VoiceProfileType, locale As String) As Task(Of VoiceProfile)

パラメーター

voiceProfileType
VoiceProfileType

音声プロファイルの種類。

locale
String

ロケール ("en-us" など)

戻り値

音声プロファイルを作成した結果を表す非同期操作。

注釈

テキスト依存の検証」も参照してください。

適用対象