HybridSpeechConfig.FromConfigs(SpeechConfig, EmbeddedSpeechConfig) Method

Definition

Creates an instance of the hybrid speech config with specified cloud and embedded speech configs.

public static Microsoft.CognitiveServices.Speech.HybridSpeechConfig FromConfigs (Microsoft.CognitiveServices.Speech.SpeechConfig cloudSpeechConfig, Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig embeddedSpeechConfig);
static member FromConfigs : Microsoft.CognitiveServices.Speech.SpeechConfig * Microsoft.CognitiveServices.Speech.EmbeddedSpeechConfig -> Microsoft.CognitiveServices.Speech.HybridSpeechConfig
Public Shared Function FromConfigs (cloudSpeechConfig As SpeechConfig, embeddedSpeechConfig As EmbeddedSpeechConfig) As HybridSpeechConfig

Parameters

cloudSpeechConfig
SpeechConfig

Cloud speech configuration

embeddedSpeechConfig
EmbeddedSpeechConfig

Embedded speech configuration

Returns

A new hybrid speech config instance.

Applies to