SpeechConfig.FromSubscription(String, String) メソッド

定義

指定したサブスクリプション キーとリージョンを使用して音声構成のインスタンスを作成します。

音声テキスト変換の概要」も参照してください。

public static Microsoft.CognitiveServices.Speech.SpeechConfig FromSubscription (string subscriptionKey, string region);
static member FromSubscription : string * string -> Microsoft.CognitiveServices.Speech.SpeechConfig
Public Shared Function FromSubscription (subscriptionKey As String, region As String) As SpeechConfig

パラメーター

subscriptionKey
String

サブスクリプション キー。 キーとリージョンを作成または検索するには、「 キーとリージョンを検索する」を参照してください。

region
String

サブスクリプション キーのリージョン識別子。

戻り値

音声構成インスタンス。

適用対象