SpeechConfig.FromSubscription(String, String) Method

Definition

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