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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET