SpeechConfig.FromSubscription(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of speech configuration with specified subscription key and region.
See also: Get started with speech-to-text
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
Parameters
- subscriptionKey
- String
The subscription key. To create or find your key and region, see Find keys and region.
- region
- String
Region identifier for the subscription key.
Returns
A speech config instance.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET